Unreal Engine tool creates folder error C1083 in C++ Classes [How to Solve]

1. Error

If the C++ class name MyActor1 is created here, a pop-up box will appear, and an error will appear in the newly created folder Demos.

 

 

 

Two, solve

The error is that the header file does not exist in MyActor.cpp, just delete the folder Demo/.

 

 

Three, run

Finally, click Generate Project.

Similar Posts:

Leave a Reply

Your email address will not be published. Required fields are marked *