Reputation: 41
I've been banging my head against a brick wall with this, so any help will be much appreciated :)
I have created two projects with the following structure.
build2 compiles just fine using the internal builder. However, build1 doesn't even start to build 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 much appreciated.
Upvotes: 4
Views: 3468
Reputation: 625
The question is 3 years old, I know, but just in case someone stumbles upon it with the same problem (as I did)
This thread might answer the problem: Eclipse CDT Invalid Project Path. In case The "Discovery Options" isn't there, this other thread explains how to make it reappear: Discovery Options in Eclipse C/C++
In my case, this manipulation didn't do the trick. I figured afterwards that I had a malformed path in my loaded DLL list (Project Properties > C/C++ Build > Settings > Cross G++ Linker > Miscellaneous > Other objects). I corrected the faulty path to a DLL and now the "Path must include project and resource" error is gone (Now I've just got regular errors :P)
Upvotes: 5