【发布时间】:2014-01-14 21:38:36
【问题描述】:
我想使用 Visual C++ 2010 Professional 编译一个 64 位应用程序,但我不断收到此错误,我不知道该怎么办:
1>------ Build started: Project: Test, Configuration: Debug x64 ------
1>Error: The "ConfigurationGeneral" rule is missing from the project.
我在谷歌上搜索过这个问题,但所有想法都没有解决我的问题。
谢谢!
如果需要此信息,我有 windows 8.1 Pro 64 位,我使用 Visual Studio 2010 c++ Professional。
编辑:尝试修复 Visual Studio Professional,但仍然无法正常工作:\
【问题讨论】:
-
检查是否有可以推广的
ConfigurationColonel。
标签: c++ visual-studio-2010 visual-studio configuration