NativeAudioPlugins not building with VS 2015...

Has anyone managed to build the NativeAudioPlugins with Visual Studio 2015? It will not build due to a litany of header errors. I’ve a bad feeling it has something to do with this post:

If I find a solution I’ll post back, but I would love to hear from anyone who managed to get it building. I’ve tried with VS2015 on both my Windows 10 and Windows 8.1 PCs.

After downloading the Windows universal CRT kit(see link above), I had to add “C:\Program Files (x86)\Windows Kits\10\Include\10.0.15063.0\ucrt” to the project includes path, and ‘C:\Program Files (x86)\Windows Kits\10\Lib\10.0.15063.0\ucrt\x64’ to the additional libraries path. With this in place everything builds as you would expect.