Core.h missing in first Linux project

Hi
compiling my first project I get:

/media//DATA/UnrealEngine/Engine/Source/Developer/AITestSuite/Private/AITestSuitePrivatePCH.h:3: error: Core.h: No such file or directory
#include “Core.h”

What to change? I see lots of Core.h used if I do:

@-ubuntu:/media//DATA/UnrealEngine/Engine/Source$ grep -R “Core.h” .
./Editor/UndoHistory/Public/UndoHistory.h:#include “Core.h”
./Editor/GameplayAbilitiesEditor/Private/AbilitySystemEditorPrivatePCH.h:#include “Core.h”
./Editor/SourceControlWindows/Public/SourceControlWindows.h:#include “Core.h”
./Editor/NewsFeed/Public/NewsFeed.h:#include “Core.h”
./Editor/EditorWidgets/Public/EditorWidgets.h:#include “Core.h”
./Editor/DeviceProfileServices/Public/DeviceProfileServices.h:#include “Core.h”

etc…
Thanks

Hi Mike,

I have the same problem as you with the missing Core.h file, were you able to resolve this?

Thanks,