Lots of error when trying the Totorial

Hello there,

I was tyring the programming tutorial, but VS2019 show me 10k+ Erros, the project-code compiles, but this amount of errors breaks intellisense.

https://docs.unrealengine.com/en-US/…art/index.html

I already made the VS-setup part
https://docs.unrealengine.com/en-US/…s,andsquiggles


but I don’t understand why there are so many errors listed in Visual Studio?
Is there something I missed during the setup?

Edit: if I try to build the project, then I got the following error:

compiling in the UE-Editor seams to work but not in Visual-Studio.

Did you disable the error list like this doc suggests? https://docs.unrealengine.com/en-US/…tup/index.html
Sometimes VS shows false positives…

As I know if at the end there’s no fail in building you shouldn’t worry, UE c++ is different from normal c++ that’s why many “errors” might appear.

Edit 1: Your error seems to be here:

When this happens to me, it is usually due to errors in my code.
Try to pay attention to the last errors or first errors that are shown in the Error List window, they are usually errors in your code.
You can create a blank C++ project and without adding code try to compile it, see if the same errors are shown.

I have too mostly the same amount of errors (like) 13,200 but there’s no problem with compiling. See in my output tab there’s “Build + Intellisense”, when I select “build only” there are no errors.

[ATTACH=JSON]{“data-align”:“none”,“data-size”:“full”,“data-tempid”:“temp_195334_1592371286064_148”,“title”:“VS1.png”}[/ATTACH]

This is a blank Project ^^

I can display the Build Only errors, but Intellisene still does not work.