ok it might be that you are just new to ue and getting confused.
i was asking for the compilation logs from msvc.
oh, i wasn’t aware of that. even a screenshot would help.
otherwise copy some erros from the log and past them here.
that’s a ue thing. it creates extra headers.
maybe you just need to regenerate the project.
- close everything.
- delete binaries, intermediat, and saved.
- right click the uproject file and click “regenerate project”
that should create all things.
you can then open the sln with visual studio and try launching your app.
you need to make sure the correct target is selected “development game” for your app and not other tool.
i don’t use vs sorry.
if you still get errors of a missing header then check if the name is correct. also i’ve heard that if you create a class some of the soft (i think ue), and it’s on a subdirectory, it adds the subdirectory to the path and then msvc doesn’t find it.