I’m new to JUCE. I’ve just followed step by step the getting started tutorial on JUCE main page, but i can’t create a .dll file.
So far if i select “standalone” my plugin compiles correctly and runs fine, but if i select “VST Legacy” in Projucer, i’m not able at all to create a .dll file (or a VST).
I’m using Visual Studio 2017, i followed step by step all the tutorials available, but i always keep getting the same compile error, which is:
include_juce_audio_plugin_client_VST2.cpp c:\users\mattia\desktop\juce\juce\modules\juce_audio_plugin_client\vst\juce_vst_wrapper.cpp(95): fatal error C1083: impossible to open: 'pluginterfaces/vst2.x/aeffect.h': No such file or directory
I thought it was something related to Steinberg SDK, but i read that (except for VST3) it should be included in JUCE installation.
How do i solve this? I’m clueless
