Mandy.Rowlinson 0 Posted yesterday at 07:21 AM I’m using RAD Studio Sydney 10.4, and in the Projects pane, I can see the Project Group, my project, Build Configurations, and Target Platforms — but none of the files or folders are displayed. However, if I add a new unit to the project, that unit does appear in the Projects pane. It’s as though only newly added files are recognized, and everything else is hidden. Why is this happening? How can I get all the project files to display in the Projects pane or all of them not to show ? Thanks Share this post Link to post
PeterBelow 260 Posted yesterday at 10:26 AM 2 hours ago, Mandy.Rowlinson said: I’m using RAD Studio Sydney 10.4, and in the Projects pane, I can see the Project Group, my project, Build Configurations, and Target Platforms — but none of the files or folders are displayed. However, if I add a new unit to the project, that unit does appear in the Projects pane. It’s as though only newly added files are recognized, and everything else is hidden. Why is this happening? How can I get all the project files to display in the Projects pane or all of them not to show ? Thanks Try this: With the IDE closed or at least the project not open in it rename the DPROJ file or move it to a different folder. Then open the project's DPR file. This will make the IDE create a new DPROJ file. If that cures the problem check the project options carefully for options you changed previously and that were lost (the newly created DPROJ uses the default options. Sometimes the DPROJ file becomes damaged, especially if you ported the project from an older Delphi version. Share this post Link to post