Hello,
I’m new to Unreal Engine and was trying to create a new c++ class that inherit from levelSequence. I could not compile it after I newly created it from the Editor GUI, and here are my steps of reproduction :
-1 I clicked on the green “Add New” button from the Editor GUI,
-2 then selected “New C++ Class…” from the menu, and the “Add C++ Class” GUI was shown up
-3 I select “levelSequence” from the list and clicked “Next” then “Create Class” buttons
-4 I got a pop-up message window,
-5 I also tried to recompile the project from VS2015 Community and failed either, I got several LNK2001 errors,
The Editor’s Output Log shows the same errors as VS2015 does.
This issue was reproduce-able in 4.18.3 as well.
Any thoughts?
Thank you in advance.