今天,编译HM的代码,发现编译报如下错误。
error MSB6003: The specified task executable "cl.exe" could not be run.
指定的任务可执行文件CL.exe未能运行。
原因是HM的projecet的所在目录路径太长,导致错误。把它放到根目录就不会有这个问题了。