[問題] 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