[C++] Can't create BlueprintWidget c++ class

Hello Unteroid,

I believe you’re looking to make a C++ class based off UUserWidget, instead of WidgetBlueprint. You can find more information about extending UUserWidget here: Can no longer have UUserWidget as parent - UI - Epic Developer Community Forums

Hope this helps!

I’ve found this question asked twice and wasn’t answered unfortunetely. I’ll try luck to be one more guy asking for help. I can’t create a C++ WidgetBlueprint class. Right after generating class and compiling it I get an error:
fatal error C1083: Cannot open include file: ‘Blueprint/WidgetBlueprintGeneratedClass.h’: No such file or directory.
I have no idea hot to beat this one.

Thanks, . Adding BlueprintWidget as a c++ class was silly of me.