cannot create c++ widget class ue 5.4.4

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.

1 Like