check the main header file of your project. for example mine is just Elium.h
change
#include “EngineMinimal.h”
to
#include “Engine.h”
this changed in 4.4 IIRC
and yes, this is one of those things you only find about by browsing AnswerHub 
check the main header file of your project. for example mine is just Elium.h
change
#include “EngineMinimal.h”
to
#include “Engine.h”
this changed in 4.4 IIRC
and yes, this is one of those things you only find about by browsing AnswerHub 