@Christoph-Hart I'm getting a new error when compiling AAX on the lastest scriptnode.
fatal error C1007: unrecognized flag '-pdbrpc' in 'p2'
Win11
VS2017
VS2019
AAX SDK 2.4.0
Have you encountered this yet? Figured I'd ask and then hit the web for some answers
EDIT:
fixed! I accidentally compiled the AAX library as Multi-threaded DLL (/MD) instead of Multi-threaded (/MT)
It didn't like that 💩