cancel
Showing results for 
Search instead for 
Did you mean: 

Folder settings are different than project settings

NCatt.1
Associate III

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:

NCatt1_0-1736504943401.png

And here are folder properties:

NCatt1_1-1736504991838.png

 

2 REPLIES 2
NCatt.1
Associate III

Here is the project structure:

NCatt1_0-1736505212466.png

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 ?

Imen.D
ST Employee

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.

When your question is answered, please close this topic by clicking "Accept as Solution".
Thanks
Imen