Hi,
I'm trying to build a C++ project with a build configuration platform of x64. It's on a new machine running a 64 bit Windows Server 2008. When I open the build configuration manager in VS, I can't chose or create the x64 platform and the project gets skipped. When I try to build it with MSBuild I get the error: VCBLD0004: Project 'MyProject' does not contain a configuration called 'Debug|x64'
Project is built fine on a different machine, but not on the new one, so I guess I missed something in the installation. Any ideas what to look for?