liamkf / Unreal_FASTBuild

Allows UnrealEngine to be built with FASTBuild for VS2015/VS2017 and Windows 10.
MIT License
180 stars 71 forks source link

ignoring #pragma warning disable #12

Closed jafarsoltani closed 6 years ago

jafarsoltani commented 7 years ago

Hello, Compiling UE, I get the following error VisualStudioSourceCodeAccessor.cpp: warning C4278: 'GetObject': identifier in type library '80cc9f66-e7d8-4ddd-85b6-d9e6cd0e93e2' is already a macro; use the 'rename' qualifier

but looking at the code it has the following line just above it: #pragma warning(disable: 4278) which seems like it's somehow ignoring it?

jafarsoltani commented 7 years ago

I should also add that this seems to be happening when I'm using local cache, if I don't specify a cache it's all fine.

liamkf commented 6 years ago

Did you ever sort out what the issue was here? I don't think I've ever seen this pop up.