#include

I’m making a basic Monophonic, Mono-Timbral VST 3.0 Synthesizer, with 1 Stereo Output, and I’m using vstgui4; WHICH FILES DO I NEED TO #include ?

check the example :

VST3_SDK\public.sdk\samples\vst\note_expression_synth

#include “vstgui/plugin-bindings/vst3editor.h” is one to include…

Cheers