Probably because your project is missing some dependencies:
search a MyProject.Build.cs somewhere in the MyProject\Source\MyProject\ directory and add
“SlateCore”,
“Slate”,
in the PublicDependencyModuleNames section.
Probably because your project is missing some dependencies:
search a MyProject.Build.cs somewhere in the MyProject\Source\MyProject\ directory and add
“SlateCore”,
“Slate”,
in the PublicDependencyModuleNames section.