This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Tool/software: Code Composer Studio
Hi,
I recently moved a bunch of folders and updated the include paths accordingly. The projects compiles and debugs correctly, but I get 38 warnings of
"Invalid project path: Missing project folder or file: \path_that_does_not_exist_anymore for Source path."
How can I get rid of these warnings?
Thanks,
Fred
It's hard to tell precisely where the warning is coming from without looking at the project, but here is a related thread that might provide some ideas on where to look.
Have you checked that all linked resources (including those that may use linked resource path variables) have valid paths?
Your linked thread solved my issue, I had to manually edit the .cproject file.
Thank you!