项目配置64位Release版,编译提示:TRACKER : 错误 TRK0005: 未能找到: “CL.exe”。系统找不到指定的文件。
C:Program Files (x86)Microsoft Visual Studio2019EnterpriseMSBuildMicrosoftVCv160Microsoft.CppCommon.targets(401,5): error MSB6006: “CL.exe”已退出,代码为 5
但是整个工程里其它模块 也是Release版就没这个提示
是工程里面的属性位置写错了:
$(VC_ExecutablePath_x64);$(CommonExecutablePath)
..IncludeBCGCBPro;$(IncludePath)
$(VC_ReferencesPath_x64);
..LibsRelease;$(LibraryPath)