Building ITK through QtCreator using the Visual Studio C++ compiler on Windows 7:

Questions: Sometimes "NMake Generator (Microsoft Visual C++ Compiler 10.0 (x86))" (seems to be with VS2010) is available, while other times it is called "NMake Makefiles" (seems to be with VS2005).

Potential errors: Q: CMake tells you: "To use the NMake generator, cmake must be run from a shell that can use the compiler cl from the command line. This environment does not contain INCLUDE, LIB, or LIBPATH, and these must be set for the cl compiler to work." A: You probably have run CMake GUI from the normal start menu, rather than launching 'cmake-gui' from the Visual Studio Command Prompt.