Jacky Tsang
1 min readJul 27, 2018

--

  1. You need to restart the visual studio after updating the environment variable for it to take effect. Did you do that?
  2. I can’t find “ VTKRendering.dll” in my build directory too, but I have “vtkRenderingCore-8.1.dll” (I am using vtk v8.1.0 now). Do you mean you can’t find that? Mine is located at “C:\Program Files\VTK\bin”, for your reference. Can you find yours in that directory?
  3. You should add “c:\program files\vtk\bin” to the “path” environment variable instead of “ C:/Program Files (x86)/bin” since the vtk is installed to “c:\program files\vtk\bin” by default.

--

--

No responses yet