Community
Participate
Working Groups
Build Identifier: M20100909-0800 Assume there is a project P which contains two source folder F1 and F2. F1 is configured as (workspace relative) include path (P->Properties->C/C++ General->Paths and Symbols->Includes). In the "Includes" section of P it is thus listed as "P/F1". When F2 is deleted, the include path "P/F1" gets changed to "P/P/F1" (which now points to an inexisting location and is not anymore usable as include path). Reproducible: Always Steps to Reproduce: 1. Create C++ project ( P ) 2. Create two source folders F1 and F2 (P->New->Source Folder) 3. Go to P->Properties->C/C++ General->Paths and Symbols->Includes and add workspace relative include path to F1. 4. Delete folder F2.
Marking as duplicate. *** This bug has been marked as a duplicate of bug 308223 ***