Getting a ton of these errors when compiling:
IntelliSense: identifier "FGuid" is undefined c:\Program Files\Epic Games\4.6\Engine\Source\Runtime\Core\Public\Serialization\ArchiveBase.h 561 26 MyProject
There are a bunch of variations on this error calling out different parts of engine.
I moved my project from 4.5 on Linux to 4.6.1 on Win 7, so I suspect something is missing or needs to be modified to reflect the different IDE.
IntelliSense: identifier "FGuid" is undefined c:\Program Files\Epic Games\4.6\Engine\Source\Runtime\Core\Public\Serialization\ArchiveBase.h 561 26 MyProject
There are a bunch of variations on this error calling out different parts of engine.
I moved my project from 4.5 on Linux to 4.6.1 on Win 7, so I suspect something is missing or needs to be modified to reflect the different IDE.
Comment