开发者

Visual Studio 2008 skipping projects when building a solution

I recently installed VS2008 in Win2k8R2 machine and opened a VS2005 project(C++). After successful conversion to VS2008, I tried building the project in Debug x64 mode. But the project is getting skipped. I tried Clean as well as Re开发者_StackOverflow中文版build, and it is getting skipped for those as well.

I'm able to build in Debug win32 mode. But I need to build in x64 mode.

Also the Build option is ticked in Build->Configuration Manager under x64.

I have installed the x64 bit compiler too.

Also I'm not able to see the Project properties for x64.

How can I solve this problem and build the project in VS 2008?


Open your solution and project files in a text editor; make sure they have the correct path to your 2008 project folders. I've noticed conversions that don't fix the path for you; the mix up is that your UI may be pointing to the correct location (say, your solution is fine), but it's actually targeting your old 2005 projects.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜