I’m a newcomer to JUCE, and I have been playing around with the Introjucer for a few hours. But no matter how much I look in the resulting source files when making a VST project, I can’t find where it links to the VST SDK. All I can find is the following line in JucePluginCharacteristics.h:
But where is this variable checked and the SDK files included? I guess there should be an if statement somewhere checking if JUCE_USE_VSTSDK_2_4 equals 1, and if so, including the SDK.