Hi,
I’m attempting to build my plugin as an AAX. I’ve built the AAX library with the SDK in 64bit using VS 2013 and my plugin compiles successfully and outputs an AAXDLL file. The generated folder hierarchy, however, is as such - ‘Builds\VisualStudio2013\x64\Debug\AAX\NewCompressor.aaxplugin\Contents\Win32\NewCompressor.aaxplugin’.
I’m unsure why the plugin is being outputted to the Win32 folder which is intended for 32-bit plugins, despite all build configurations being set to x64. I have installed this ‘NewCompressor.aaxplugin’ folder to the system’s AAX plugin directory, but Pro Tools 12 Developer version is not detecting the plugin at all - this is making me wonder if perhaps the plugin is somehow winding up as 32-bit.
Has anyone encountered any issues like this/got any insight as to what might be the problem?
Thanks in advance.

