It’s a bit late, and you may have already found the answer, but what it sounds like you need is to go to YourProjectName.Build.cs, find the line with PublicDependencyModuleNames.AddRange and add “UMG” to the list.
Worked for me.
It’s a bit late, and you may have already found the answer, but what it sounds like you need is to go to YourProjectName.Build.cs, find the line with PublicDependencyModuleNames.AddRange and add “UMG” to the list.
Worked for me.