Hi people,
I'm trying to compile my C++ project under Windows, which it should be able to.
I've got a whole bunch of dependency libraries.
When I compile everything seems fine until these error pop up:
1>C:\Program Files\Microsoft SDKs\Windows\v6.0A\include\rpc.h(27) : error C2598: linkage specification must be at global scope
1>C:\Program Files\Microsoft SDKs\Windows\v6.0A\include\rpcdce.h(23) : error C2598: linkage specification must be at global scope
1>C:\Program Files\Microsoft SDKs\Windows\v6.0A\include\rpcdce.h(76) : fatal error C1903: unable to recover from previous error(s); stopping compilation
I have no clue what, where or why this is included in the first place.
I don't see why this Microsoft SDK file should contain error.
In my opinion, it doesn't even seem like there's anything wrong (I attached it).
I have WinSDK and PlatformSDK installed.
Does anyone have the slightest clue what I can do about this?
Thank you :D