I am using uVision 5.43 with a csolution and associated cproj file from a vendor's example application. I open the solution using the Project Menu. I am able to build/program as normal, but now I want to add files to my project and start developing my own code. When I use Project->Manager, everything except the Pack Installer are grayed out.
Reading the Project Menu doc I linked above, I see a note saying "The project management capabilities are intentionally limited as explained below.". However, the limitations don't include that you can't add new files. I can manually edit the CMSIS project file and then the new file(s) will start showing up.
Strangely, if I don't edit the CMSIS project file, when I build, my new file still gets included.
Is this behavior expected, or a defect?