2022-04-22 08:23 AM
In Project Explorer view, I have my project directories shown as drop down lists.In >Core, my project used to show >Inc, >Src, and >Startup. Somehow >Src is no longer in the list, yet it is included in the build. I use Windows Explorer to verify that Core in fact does include these 3 sub-directories, the Src one is simply not showing in the Project Explorer view. How to make it displayed again????
2022-04-22 08:50 AM
F5 will refresh the file system. Can you show a screenshot? There may also be a filter active.
2022-04-22 09:13 AM
2022-04-22 09:14 AM
Using F5 didn't do it. I don't find any filters set up or enabled. But the git tree and debugging shows that the file is there an build with the project build.
2022-04-25 11:45 AM
Not only that, but also your Core folder has the "key" icon decoration.
It implies that the "Core" folder has slightly modified build settings vs the project global build settings.
You need to be the detective and find out what the difference is.
Looks like your code is under version control... Good!
Can you revert the project to something working?
Diff the .cproject file in the working state vs the broken state.
What did you find?
2022-05-26 08:10 AM
The mystery continues. But I've discovered that a filter is on for the Src directory which does not show up in the Project Explorer but is built during compile/link. See graphic.
But when I go to the "Path and Symbols" window then left-click on the unwanted filter (brings up the "Source Folder Exclusion Patterns" window), then select Remove + OK, it appears to remove the pattern but when I refresh or close/start the project, the exclusion pattern is still there. This happens from both the directory level and the project level.
How can I delete this filter???