I can build app, VST2, and VST3 but the AAX version fails. I downloaded the AAX_SDK (AAX_SDK_2p2p2) and put the contents of the AAX_SDK_2p2p2 folder in iPlug2\Dependencies\IPlug\AAX_SDK.
Can someone who has successfully built an AAX version help me out here? Obviously something wrong with how AAX_SDK is installed.
When I build the IPlugEffect solution (with VC++ Community 2019) I get the following errors
4>C:\Users\Quentin\Desktop\SW Development\VST Projects\iPlug2\IPlug\AAX\IPlugAAX_Parameters.h(147,44): error C3646: ‘AAX_OVERRIDE’: unknown override specifier (compiling source file …\IPlug\AAX\IPlugAAX_Parameters.cpp)
4>C:\Users\Quentin\Desktop\SW Development\VST Projects\iPlug2\IPlug\AAX\IPlugAAX_Parameters.h(155,123): error C3646: ‘AAX_OVERRIDE’: unknown override specifier (compiling source file …\IPlug\AAX\IPlugAAX_Parameters.cpp)
4>C:\Users\Quentin\Desktop\SW Development\VST Projects\iPlug2\IPlug\AAX\IPlugAAX_Parameters.h(156,49): error C3646: ‘AAX_OVERRIDE’: unknown override specifier (compiling source file …\IPlug\AAX\IPlugAAX_Parameters.cpp)
4>C:\Users\Quentin\Desktop\SW Development\VST Projects\iPlug2\IPlug\AAX\IPlugAAX_Parameters.h(157,111): error C3646: ‘AAX_OVERRIDE’: unknown override specifier (compiling source file …\IPlug\AAX\IPlugAAX_Parameters.cpp)
4>C:\Users\Quentin\Desktop\SW Development\VST Projects\iPlug2\IPlug\AAX\IPlugAAX_Parameters.h(158,40): error C3646: ‘AAX_OVERRIDE’: unknown override specifier (compiling source file …\IPlug\AAX\IPlugAAX_Parameters.cpp)
4>C:\Users\Quentin\Desktop\SW Development\VST Projects\iPlug2\IPlug\AAX\IPlugAAX_Parameters.cpp(19,10): fatal error C1083: Cannot open include file: ‘AAX_Exception.h’: No such file or directory
4>C:\Users\Quentin\Desktop\SW Development\VST Projects\iPlug2\IPlug\AAX\IPlugAAX_Parameters.h(147,44): error C3646: ‘AAX_OVERRIDE’: unknown override specifier (compiling source file …\IPlug\AAX\IPlugAAX_Describe.cpp)
4>C:\Users\Quentin\Desktop\SW Development\VST Projects\iPlug2\IPlug\AAX\IPlugAAX_Parameters.h(155,123): error C3646: ‘AAX_OVERRIDE’: unknown override specifier (compiling source file …\IPlug\AAX\IPlugAAX_Describe.cpp)
4>C:\Users\Quentin\Desktop\SW Development\VST Projects\iPlug2\IPlug\AAX\IPlugAAX_Parameters.h(156,49): error C3646: ‘AAX_OVERRIDE’: unknown override specifier (compiling source file …\IPlug\AAX\IPlugAAX_Describe.cpp)
4>C:\Users\Quentin\Desktop\SW Development\VST Projects\iPlug2\IPlug\AAX\IPlugAAX_Parameters.h(157,111): error C3646: ‘AAX_OVERRIDE’: unknown override specifier (compiling source file …\IPlug\AAX\IPlugAAX_Describe.cpp)
4>C:\Users\Quentin\Desktop\SW Development\VST Projects\iPlug2\IPlug\AAX\IPlugAAX_Parameters.h(158,40): error C3646: ‘AAX_OVERRIDE’: unknown override specifier (compiling source file …\IPlug\AAX\IPlugAAX_Describe.cpp)
4>C:\Users\Quentin\Desktop\SW Development\VST Projects\iPlug2\IPlug\AAX\IPlugAAX_Describe.cpp(55,20): error C2065: ‘AAX_eStemFormat_Ambi_1_ACN’: undeclared identifier
4>C:\Users\Quentin\Desktop\SW Development\VST Projects\iPlug2\IPlug\AAX\IPlugAAX_Describe.cpp(60,20): error C2065: ‘AAX_eStemFormat_Ambi_2_ACN’: undeclared identifier
4>C:\Users\Quentin\Desktop\SW Development\VST Projects\iPlug2\IPlug\AAX\IPlugAAX_Describe.cpp(62,20): error C2065: ‘AAX_eStemFormat_Ambi_3_ACN’: undeclared identifier