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.
Hello,
I want to copy a project to my laptop and then import that project into a workspace (without copy).
When I try to do that, the quotes in some of the #include declarations (i.e. #include "file.h") change to a <> (i.e. #include <file.h> ).
Also, the system variable "ProjDirPath" still has the old directory path (from my desktop).
To fix the situation, I have to replace the <> with "" and modify the .cproject file.
Is there an easier way to solve this issue?
Thanks,
Stephen