严重性	代码	说明	项目	文件	行	禁止显示状态
错误	MSB3073	命令“setlocal
"C:\Program Files\CMake\bin\cmake.exe" -DBUILD_TYPE=Release -P cmake_install.cmake
if %errorlevel% neq 0 goto :cmEnd
:cmEnd
endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
:cmErrorLevel
exit /b %1
:cmDone
if %errorlevel% neq 0 goto :VCEnd
:VCEnd”已退出,代码为 1。	INSTALL	C:\Program Files (x86)\Microsoft Visual Studio\2019\Preview\MSBuild\Microsoft\VC\v160\Microsoft.CppCommon.targets	155	

今天,编译生成cloudcompare的时候出现了这个报错,报错类型一般如上所述,原因是因为VS没有以管理员身份运行,直接右键→以管理员身份运行即可解决.

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-11-16
  • 2022-01-18
  • 2022-12-23
  • 2021-09-28
  • 2021-08-12
  • 2021-07-20
猜你喜欢
  • 2022-12-23
  • 2021-12-31
  • 2022-01-17
  • 2021-07-24
  • 2021-05-15
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案