C:Program FilesMSBuildMicrosoft.Cppv4.0V110Microsoft.CppCommon.targets(249,5): error MSB6006:

Posted 王宜鸣

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了C:Program FilesMSBuildMicrosoft.Cppv4.0V110Microsoft.CppCommon.targets(249,5): error MSB6006: 相关的知识,希望对你有一定的参考价值。

解决:

Add this to your PATH environment variables:

C:\Program Files (x86)\Microsoft Visual Studio 11.0\Common7\IDE

Copy those files:

msobj110.dll
mspdb110.dll
mspdbcore.dll
mspdbsrv.exe

From

C:\Program Files (x86)\Microsoft Visual Studio 11.0\Common7\IDE

to

C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\bin

Congrats, you _should_ be able to build your project now..

以上是关于C:Program FilesMSBuildMicrosoft.Cppv4.0V110Microsoft.CppCommon.targets(249,5): error MSB6006: 的主要内容,如果未能解决你的问题,请参考以下文章

csharp Async C#program.cs

First C program

启动器中的致命错误:无法使用“C:\Program Files (x86)\Python33\python.exe”“C:\Program Files (x86)\Python33\pip.exe”创

JSON with C program

卸载时弹出启动c program时出现问题 找不到制定的模块

C Program基础-宏定义