I’ve taken a fresh install of JUCE and the latest VST3 SDK from Steinberg.
In attempting to follow the tutorial at https://docs.juce.com/master/tutorial_create_projucer_basic_plugin.html.
Visual Studio 2019 reports the following link error:
LNK2019 unresolved external symbol “public: __cdecl Steinberg::Vst::PlugInterfaceSupport::PlugInterfaceSupport(void)” (??0PlugInterfaceSupport@Vst@Steinberg@@QEAA@XZ) referenced in function “public: __cdecl Steinberg::Vst::HostApplication::HostApplication(void)”
I’ve pointed Projucer to my VST3 SDK Folder, and it seems to find files in it. What am I missing?
thanks,
Gord

