CMake Error When Creating Project Files?

I’m following the instructions at: Building Blender on Windows Using VC++ & CMake

When I do the click configure in CMake I get the following errors:


Here are the log & cmake files if that helps anyone:
cmake-question-files.zip (27.2 KB)

Any thoughts on this? Please keep in mind that I’m new to using CMake, so I’m kind of in the dark about what is going wrong. If you can point me in the right direction in any way that would definitely be appreciated.

Also, does anyone know why CMAKE_INSTALL_PREFIX is at /Program Files (x86)? I am using the 64-bit version of Blender – though I’m not sure if that matters.

Thanks in advance!

Hi, I think you haven’t chosen the right compiler: Visual studio 12 2013 (If you use visual studio express I think you can’t build with 64 bits compiler)

Ah yes, that was the problem. Thanks for the help!