2025-01-10 02:31 AM
Hello,
I just imported a shared project from DevOps and I had to change some absolute paths to project relative paths in Project Properties-C/C++ General-Paths and Symbols-Includes.
Now I am still facing some errors like: "...No such file or directory".
When I check the folder where the file that generates this error is located, I see it does not have the same settings that I just set before in Paths and Symbols. I precise the folder is part of the project.
Here are project properties:
And here are folder properties:
2025-01-10 02:35 AM
Here is the project structure:
The folder that does not have project settings is "cmsBoxConfiguration", which has the "key" symbol. Folder with the blue C symbol have same properties than the project.
Is sometinh wrong with the project configuration ?
2025-01-10 05:02 AM
Hello @NCatt.1
Make sure that the changes you made in the Paths and Symbols are applied across all configurations (e.g., Debug and Release). Sometimes, changes made in one configuration do not automatically propagate to others.
After making changes to the include paths, refresh the project by right-clicking on the project in the Project Explorer and selecting Refresh. Then, clean the project and rebuilding the project.