I added a C++ class in blueprint project and thousands or errors popped up. Plus there is no .generated.h file to be found. Any clue what I am missing or doing wrong?
UE 4.25 and VS 2019.
Thanks
I added a C++ class in blueprint project and thousands or errors popped up. Plus there is no .generated.h file to be found. Any clue what I am missing or doing wrong?
UE 4.25 and VS 2019.
Thanks
First thing you can try is this:
Thanks for the reply.
I followed exact steps and at the end built the solution with success.
However errors are still there and I still don’t see a .generated.h file for created new class.
When does this file get generated normally? Is there something I need to setup in editor or visual studio to make sure the file does get generated? I suspect the errors are due to file not being there.
Actually the errors went away in short while.
Intellisense took longer than expected but it seems your steps worked. Regardless of no .generated.h file.
Thanks