I’m trying to get the audio plugin host running but getting some problems.
I open the projucer file and then open in IDE (VS 2017).
It doesn’t run because of:
…juce\modules\juce_audio_processors\format_types\juce_VST3Headers.h(95): fatal error C1083: Cannot open include file: ‘base/source/flock.cpp’: No such file or directory
I did install the SDK and it does find the other files of it, but in vstsdk368_08_11_2017_build_121
the flock and fcondition files are at base/thread/
now what should we change best to fix this?
thank you
Matthias
We updated juce to be compatible with 3.6.8 a few weeks ago! Please always try the latest version on the develop branch before assuming there’s a problem!
@t0m: I realize this is an old post, but I am having the same problem, despite downloading the latest Projucer and the latest ZIP from the ROLI GitHub archive. Trying to build the Audio Plugin Host results in the same error message that base/source/flock.cpp doesn’t exist, and indeed I do not see it in the VST3_SDK folder at that location. Is this maybe a holdover from the old SDK? The one that I’m not allowed to download or use, per Steinberg?