Hallo,
I'm using MCUXpresso IDE v11.0.0.
I have the following warning:
Invalid project path: Include path not found (\Project name\board). Location: pathentry Type: Path Entry Problem.
I checked in Properties->C/C++ General->Paths and symbols->GNU C and I have tthe following situation:
Could you please help me to remove the warning?
Many thaks in advance for you support.
Kinds Regards,
Chobin
I'm really not sure what is going on.
Desperate try:
Otherwise: can you share your project?
I've tried it already, but haven't solved it.
The strange thing is that I removed a path from "Path & Symbols" and include sections, but when I compile the software there is a warning that it doesn't find that path...I don't understand why it tries to find that path.
I think I will leave these warnings
The ones with the '/' at the beginning are all wrong: remove them.
I delated it, but the warning appears again.
When I removed the "/" at the beginning of the path, MCUxpresso replaces it with the project name and appears the warning symbol on each path...please lock the following image
If I compile the project, I have errors
have you checked the 'Path and Symbols' too?
You need to use
"${ProjName}/board"
Remove the leading slash.
Erich