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?
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?