If you were using slate at all in your previous project, expect a lot of errors now.
You’ll need to change:
#include "Slate.h"
to
#include "SlateBasics.h"
You’ll then get a whole bunch of other errors about how some classes aren’t being used properly. In the end i just removed slate entirely and i’m rebuilding my UI from UMG.