VST path change in examples

Why the change:

-HEADER_SEARCH_PATHS = (""~/SDKs/VST3 SDK"", “…/…/JuceLibraryCode”, “…/…/…/…/modules”, “$(inherited)”);

+HEADER_SEARCH_PATHS = ("~/SDKs/VST_SDK/VST3_SDK", “…/…/JuceLibraryCode”, “…/…/…/…/modules”, “$(inherited)”);

All my existing projects used the old path… now I either need to change the JUCE examples’ path or change mine… or have a duplicate folder (which is what I’ve done)

Rail

When you download the latest VST3 SDK and decompress it you will find a directory structure of VST_SDK/VST3_SDK, which is what people new to JUCE are likely to do. Old hands like yourself will be able to recognise what’s happening. I’ve changed my existing projects to VST_SDK/VST3_SDK (via the Projucer global preferences).

Okay.

To change using ProJucer… I’d need this

Rail