[問題] VC build error with error MSB3073

看板C_and_CPP作者 (美不勝收)時間8年前 (2016/06/17 01:12), 8年前編輯推噓0(000)
留言0則, 0人參與, 最新討論串1/1
開發平台(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): -- ※ 發信站: 批踢踢實業坊(ptt.cc), 來自: 118.150.43.194 ※ 文章網址: https://www.ptt.cc/bbs/C_and_CPP/M.1466097132.A.F65.html ※ 編輯: nokia550298 (118.150.43.194), 06/17/2016 01:15:39
文章代碼(AID): #1NOjtizb (C_and_CPP)