gcc 4.4.2 / Visual Studio C++ 2008
I have been using cmake on linux, without any problems.
Now I have ported by application to run on windows.
I generate
CMake generates "real" .vcproj files, so Visual Studio will build your project like any normal Visual Studio project. There are no makefiles involved.