90 error in VS 2022 and i did nothing!?

90 errors!? What did i do wrong?

I just wanna code, work on my systems, i followed everything in the documentation about setting up VS 2022 with unreal and i faced issues after issues not even related to my code or coding in general. I regenerated VS project, refreshed it, delete intermediate, i did everything ai and google said and i still got problems. I just wanna code but all these happen… someone help please

I’m guessing something is missing like some sdk or idk im not really a pro, im still just getting used to it but i just cant figure whats wrong, i have been trying to deal with this since moring help

These “errors” are just VS IntelliSense getting confused, usually due to UE macros (as you can see on your screenshot GENERATED_BODY() is confusing it). Just ignore them, switch the filter to just “Build” (instead of Build + IntelliSense). If your project is building fine you’re good to go.