I’m trying to use visual studio 2022 to begin learning C++. When VS opens I immediately get 43 errors. There are too many to list all of them but most of them have the error code E0070 and begin with the following: incomplete type “…” is not allowed. I’m new to C++ and am not sure where to begin debugging. I get these errors right when I open VS. I’m using Unreal 5.5.
Hi,
Hope you’re doing well!
That’s just Visual Studio’s IntelliSense acting up — it can be a bit unreliable sometimes, so no need to worry.
What really matters is the compile output. If there were no errors there, you’re good to go.
As you can see, everybody goes through it, you are not alone.
Visual Studio gives errors on empty project
Hope that helps — take care!
It does. Thanks!