Dear VTK experts,<br><br>I&#39;m new to VTK and CMake, so please bear with me.<br><br>I am trying to build my very first VTK application.<br>First I ran CMake, I have <br>C:\Program Files\VTKSource\Examples\Tutorial\Step1\Cxx as my source code dir and 
<br>C:\Program Files\VTK Source\Examples\Tutorial\Step1\Cxx\bin as my binary dir.<br><br>Configure...<br>I got a pop-up window giving me the following error:<br>&quot;CMake Error: VTK not found.&nbsp; Set the VTK_DIR make cache registry to the directory containing 
VTKConfig.cmake.&nbsp; ... &quot;<br><br>I then went OK, then changed my VTK_DIR value to C:/Program Files/VTKSource.&nbsp; <br>Configure...<br>I got exactly the same error.<br><br>C:/Program Files/VTKSource is where I unzipped my VTK package.&nbsp; In the directory, I have 
<a href="http://VTKConfig.cmake.in">VTKConfig.cmake.in</a> and vtkGenerateVTKConfig.cmake, but I don&#39;t have VTKConfig.cmake.<br>Is this the problem?<br><br>Any help or hint will be greatly appreciated.<br><br><br>Best Regards,
<br>Brandon<br>