Hi, guys
I’m following the tutorial.
First, the SDK libraries must end with a ‘’ to work in VS2015.
I changed it to “c:\SDKs\VST3_SDK” to get rid of:
cannot find “base/source/baseiids.cpp”.
Now I’m stuck with the same “cannot find” messages in “juce_VST3Headers.h” for:
base/source/fatomic.cpp
base/source/frect.cpp
base/source/fthread.cpp
I’ve done a search and can’t find any of these files in JUCE or VST3_SDK
Thinking it might be linux/mac only, I tried commenting these headers out, and get:
Severity Code Description Project File Line Suppression State
Error LNK2019 unresolved external symbol “public: __thiscall Steinberg::FLock::FLock(char const *)” (??0FLockxSteinbergxxQAExPBD@Z) referenced in function “public: __thiscall Steinberg::UpdateHandler::UpdateHandler(void)” (??0UpdateHandlerxSteinbergxxQAExXZ) Plugin Host C:\Users\Fred\Documents\JUCE\examples\audio plugin host\Builds\VisualStudio2015\juce_audio_processors.obj 1
Error LNK2019 unresolved external symbol “public: virtual __thiscall Steinberg::FLock::~FLock(void)” (??1FLockxxSteinbergxxAExXZ) referenced in function __unwindfunclet$??0UpdateHandlerxSteinbergxxAExXZ$1 Plugin Host C:\Users\Fred\Documents\JUCE\examples\audio plugin host\Builds\VisualStudio2015\juce_audio_processors.obj 1
Error LNK1120 2 unresolved externals Plugin Host C:\Users\Fred\Documents\JUCE\examples\audio plugin host\Builds\VisualStudio2015\Debug\Plugin Host.exe 1
This must be something simple if its in the tutorial! Any suggestions?