I just updated to the latest version of JUCE. Here is a subset of the 271 errors from my first attempt to build:
Severity Code Description Project File Line Suppression State
Error C2039 'kSpeakerACN12': is not a member of 'Steinberg::Vst' ConvolutionFilter_VST3 c:\users\profw\documents\juce\modules\juce_audio_processors\format_types\juce_vst3common.h 192
Error C2065 'kSpeakerACN12': undeclared identifier ConvolutionFilter_VST3 c:\users\profw\documents\juce\modules\juce_audio_processors\format_types\juce_vst3common.h 192
Error C2039 'kSpeakerACN13': is not a member of 'Steinberg::Vst' ConvolutionFilter_VST3 c:\users\profw\documents\juce\modules\juce_audio_processors\format_types\juce_vst3common.h 193
Error C2065 'kSpeakerACN13': undeclared identifier ConvolutionFilter_VST3 c:\users\profw\documents\juce\modules\juce_audio_processors\format_types\juce_vst3common.h 193
Fortunately, I saved my old version, but I would like to stay up-to-date. I assumed that JUCE comes with all you need for VST. Is there some setting that I am missing?
Thanks.