Solved
Project explorer shows files in two places
in an STM32CubeIDE V1.17.0 project I add folders Application and Application/Src. I add Application/Src to the list of source locations. I add a couple of new C++ template source files to the Application/Src folder. These compile OK.
But why does the IDE show these files in two places and how can I stop or hide this behaviour?

