项目配置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)

相关文章:

  • 2021-08-29
  • 2021-11-01
  • 2022-01-05
  • 2021-05-11
  • 2021-12-07
  • 2021-08-07
猜你喜欢
  • 2022-02-08
  • 2021-11-19
  • 2022-01-09
  • 2021-12-21
  • 2021-04-10
  • 2022-12-23
相关资源
相似解决方案