我一直在用这个把头撞在砖墙上,所以任何帮助都将不胜感激:)
我创建了两个具有以下结构的项目。
- C:\ide\xxx\source 下有一个源文件夹
- C:\ide\xxx\build1下有一个项目文件夹
- C:\ide\xxx\build2下有一个项目文件夹
- build1 和 build2 都包含使用变量 MYBUILD_ROOT="C:\ide\xxx" 的链接文件夹 C:\ide\xxx\source。
build2 使用内部构建器编译得很好。但是, build1 甚至没有开始构建,因为它报告
> **** Rebuild of configuration Release for project CoreMarkTs1 ****
>
> **** Internal Builder is used for build ****
> Build error
> Path must include project and resource
> name: /build1
任何帮助将非常感激。