Win Live Build?

Hmm, strange.

I’ve installed the latest Windows 10 SDK supporting VS2015 (10.0.17134.0) at the default location (c:\Program Files (x86)\Windows Kits\10) and I get the ‘memory’ file not found error. I changed the Windows Target Platform to 10.0.17134.0 in both the Live build tab and the VS2015 exporter tab. When looking in the sub folders of c:\Program Files (x86)\Windows Kits\10\Include\10.0.17134.0\ there is no memory file (a memory.h file exists but that’s not very helpful).

I tried adding C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include (in this folder there is a memory file) to the System Header Paths but then I get the ISO C++ 17 does not allow dynamic exception specifications error.

I also installed the 10.0.16299.0 SDK but this gives the same errors.

@ed95 do you have any idea about what is causing this? Where is the memory file supposed to be located?