I hit my head against a brick wall with this, so any help would be greatly appreciated :)
I created two projects with the following structure.
- The folder C: \ ide \ xxx \ source has one source folder,
- There is a project folder under C: \ ide \ xxx \ build1
- There is a project folder under C: \ ide \ xxx \ build2
- Both build1 and build2 include the linked folder C: \ ide \ xxx \ source using the variable MYBUILD_ROOT = "C: \ ide \ xxx".
build2 is compiled using the built-in constructor. However, build1 does not even start because it reports
> **** Rebuild of configuration Release for project CoreMarkTs1 ****
>
> **** Internal Builder is used for build ****
> Build error
> Path must include project and resource
> name: /build1
Any help would be greatly appreciated.
James source
share