[问题] VC build error with error MSB3073

楼主: nokia550298 (美不胜收)   2016-06-17 01:12:09
开发平台(Platform): (Ex: VC++, GCC, Linux, ...)
:VC++
额外使用到的函数库(Library Used): (Ex: OpenGL, ...)
:无
问题:
build project的时候遇到以下的错误:
Error 89 error MSB3073: The command "Includings.bat
:VCEnd" exited with code 1. C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\Microsoft.CppCommon.targets 103
我有先google 过,说是要在路径里面加上 "",
但是我到error的地方看,都已经加上双引号了...,
问我还有什么方法吗?
以下是错误的地方:
<Target Name="PreBuildEvent" Condition="'$(PreBuildEventUseInBuild)'!='false'">
<Message Text="Description: %(PreBuildEvent.Message)" Condition="'%(PreBuildEvent.Message)' != '' and '%(PreBuildEvent.Command)' != ''"/>
<Exec Command="%(PreBuildEvent.Command)$(BuildSuffix)" Condition="'%(PreBuildEvent.Command)' != ''"/>
</Target>
喂入的资料(Input):
预期的正确结果(Expected Output):
错误结果(Wrong Output):
程式码(Code):(请善用置底文网页, 记得排版)
补充说明(Supplement):

Links booklink

Contact Us: admin [ a t ] ucptt.com