I am trying to implement the Step 1 example program provided with the 
VTK Examples.  I am using the cmake GUI to try and create a project but I
 keep getting the message:<br>
<br>
CMake Error at C:/Program Files/CMake 2.8/share/cmake-2.8/Modules/<div>FindVTK.cmake:135 (MESSAGE):<br>
VTK not found. Set the VTK_DIR cmake cache entry to the directory<br>
containing VTKConfig.cmake. This is either the root of the build tree, or<br>
PREFIX/lib/vtk for an installation. For VTK 4.0, this is the location of<br>
UseVTK.cmake. This is either the root of the build tree or<br>
PREFIX/include/vtk for an installation.<br>
Call Stack (most recent call first):<br>
CMakeLists.txt:6 (FIND_PACKAGE)<br>
<br>
<br>
I specified the VTK_DIR using all possible locations, but this message keeps returning and I cannot get started with VTK.<br>
<br>
My environment:<br>
Microsoft Visual Studio 10 (cmake does find it)<br>
VTK version 5.8.0 (installed under c:\Program Files\)<br>
Cmake version: 2.8.9 (also installed under c:\Program Files\) <br><br>I would greatly appreciate help in resolving this.<br>
<br>
Thanks for the help</div>