28 Feb
2018
28 Feb
'18
11:34 a.m.
Boost 1.66 added it's own Windows API definitions to allow compilation
without the Windows SDK. You can override this by defining
BOOST_USE_WINDOWS_H.
We fixed the same error by using this in out precompiled header:
#define ISOLATION_AWARE_ENABLED 1
#define BOOST_USE_WINDOWS_H 1
<Windows include files>