New Visual Studio Project in Projucer

I’m developing an audio plugin using the projucer and Visual Studio (VS). The Projucer will add a VS project to the VS solution for each plugin type targeted (VST AAX etc).

However, if I add my own new project in visual studio (for unit tests), this is not reflected in the Projucer and the next time I open the solution from the Projucer, the project will not be in the VS solution.

Is there any way to have the Projucer register that there is a new VS project added via VS. Or is there a way to add a VS project via the Projucer?

I don’t think so. AFAIK the Projucer overwrites any changes you make to the VS project settings each time you save your project. Perhaps you should look at using CMake instead of the Projucer. This kind of thing is should be relatively straightforward using CMake.

1 Like