Using Eclipse kelper and the CDT, I add an include path manually under Properties->GCC C++ Compiler->Includes called "../../../../XXX/YYY/Hdr"
Note this is completely relative path
When I quit eclipse and reopen the project, the include path I entered has been changed by eclipse to : "${ProjDirPath}/../../../XXX/YYY/Hdr"
I don't want this. I want the original relative path. How do I keep this path?