the CMake generated VS project files will most likely fail, there are handcrafted project files for VS in rts/build/vcstudio/ or the like. but VS is not officially supported.
the most easy and stabel way, is to compile under linux with gcc. which distro does not matter much, but ubuntu is generally most easy (not spring specific).
that file you are missing is a generated one, so there should be some error earlier, which caused it to not be generated. most likely reason for this i could think of, is that you use a too old CMake.