項目配置64位Release版,編譯提示:TRACKER : 錯誤 TRK0005: 未能找到: “CL.exe”。系統找不到指定的文件。
C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\MSBuild\Microsoft\VC\v160\Microsoft.CppCommon.targets(401,5): error MSB6006: “CL.exe”已退出,代碼為 5
但是整個工程里其它模塊 也是Release版就沒這個提示
是工程里面的屬性位置寫錯了:
$(VC_ExecutablePath_x64);$(CommonExecutablePath)
..\Include\BCGCBPro;$(IncludePath)
$(VC_ReferencesPath_x64);
..\Libs\Release;$(LibraryPath)