Multiple errors

Hi there.I have just start a third person game with C++ and I got many errors.I don’t know what I miss.

If you are new to C++ you might want to consider reading up on Blueprints.

Without seeing your actual code the errors lack context but I’d guess that you probably lack a lot of required header files. Tackle your errors one by one & rebuild as you’ll find that correcting one will often correct many others.

Those aren’t build errors, they’re intellisense errors.

Ignore them, or you can try and fix them (or grab Visual Assist and turn them off).