It looks like you are moving the VST3 SDK directories to the headless module here?
The projucer files immediately complain that they are missing a needed module (headless), and then add it for me (which is nice).
On mac, it then builds fine.
On Windows, the projucer generated VS files do not have include paths for the VST3 SDK folders in the new headless location, and so fail at VST3_Headers.h
Did I miss something simple, or is this just in progress?
Anyway, I switched back to the master branch now, since that is working for me.
Current dev head is less than a day old, I suspect there is some simple thing that just needs to get fixed by the JUCE team, and will probably be fixed quickly.
I’m not able to reproduce either the issue where you can’t find the module or the issue where the headers aren’t found. Could you share an example project demonstrating the issue please?
hmmm, I’ll take another look monday, can’t today.
I tried removing the module and readding it, and found it very strange that it had that module listed on the “add new module” popup menu, but then it was greyed out and said it couldn’t find it after it was added.