代码改变世界

HM visual studio编译报错

2017-12-05 13:52  nigaopeng  阅读(940)  评论(0编辑  收藏  举报

今天,编译HM的代码,发现编译报如下错误。

 error MSB6003: The specified task executable "cl.exe" could not be run.

指定的任务可执行文件CL.exe未能运行。

原因是HM的projecet的所在目录路径太长,导致错误。把它放到根目录就不会有这个问题了。