正文HM visual studio编译报错IP云V管理员/2022-08-03/5 阅读 08/03提示:扫一扫查出行【扫一扫了解最新限行尾号】复制提示 今天,编译HM的代码,发现编译报如下错误。error MSB6003: The specified task executable "cl.exe" could not be run.指定的任务可执行文件CL.exe未能运行。原因是HM的projecet的所在目录路径太长,导致错误。把它放到根目录就不会有这个问题了。