VST3 JUCE 5.4.3

Hey All,

I know this issue keeps returning over and over, but i’m having an issue with the embedded vst3 SDK.

If I create a new audio plugin, and disable VST3 can replace VST2, i’m still unable to compile the app unless i populate the VST3 SDK path with the VST3 SDK download from Steinberg.

Is this any issue for anyone else of just me? feeling a bit crazy 0.o lol

Best,

J

This might be because you have a path for the VST3 SDK specified in the Global Paths:

Clear the field, and Projucer should fallback to the copy of the VST3 SDK that lives in the JUCE repository.

3 Likes

Aha! That did the trick, didn’t know about that one. Thank you!

1 Like