Hi guys,
I'm a complete newbie to the Juce library. I wanted to get started with creating an RTAS plug-in using Introjucer. I launched Introjucer, created the project (I enabled "Build RTAS") and I opened it in Visual Studio 2010.
When I built it though, I got errors relating to: 1. juce_rtas_digicode_header.h and 2. juce_rtas_digicode1.cpp.
The juce_rtas_digicode_header.h error complains that it cannot open include file "ForcedInclude.h" because it doesn't exist.
The juce_rtas_digicode1.cpp errors complain about being unable to open a number of source files (which include CEffectGroup.cpp, CEffectGroupMIDI.cpp, CEffectMIDIUtils.cpp, and others).
What am I doing wrong here? I downloaded and installed the VST SDK 2.4 to address previous issues related to building for a VST. I've not got that issue anymore.
But it seems that I'm missing some files that are needed to build an RTAS plug-in. Any help would be much appreciated. Thank you.