Compiling VST

Is there a document describing what you need to do to get the VST plugin to compile in XCode. I am having trouble adding the Steinberg VST 3 JDK to my project. It’s always complaining about missing header files even though I added them to the project.

Just figured it out. You have to copy the sdk into your home folder:

~/SDKs/vstsdk2.4

Glad you got it working.
If you get into other building problems, there is usually a lot of tips on the Juce forum, regarding IDE settings.