New to this and can't complete intro tutorials.
I'm at the start of the intro tutorial "Coder 01" and I can't get past the build phase. It worked the first time I went through the whole tutorial... now any file I open in Visual studio wont open and won't build. I tried completely reinstalling Unreal Editor and VS, but no dice. Here's the errors I'm getting:
Severity Code Description Project File Line Suppression State Details
Error (active) E0842 template parameter "T" is not used in or cannot be deduced from the template argument list of class template "UEStaticAssertCompleteType_Private::TUEStaticAssertTypeCheckerBase<<error type>>" AdventureProject C:\Program Files\Epic Games\UE_5.8\Engine\Source\Runtime\Core\Public\Misc\StaticAssertCompleteType.h 34
Severity Code Description Project File Line Suppression State Details
Error (active) E0094 the size of an array must be greater than zero AdventureProject C:\Program Files\Epic Games\UE_5.8\Engine\Source\Runtime\Core\Public\Misc\StaticAssertCompleteType.h 35
Severity Code Description Project File Line Suppression State Details
Error (active) E0842 template parameter "T" is not used in or cannot be deduced from the template argument list of class template "TIsContiguousContainer<<error type>>" AdventureProject C:\Program Files\Epic Games\UE_5.8\Engine\Source\Runtime\Core\Public\Traits\IsContiguousContainer.h 41
And then four of these:
Severity Code Description Project File Line Suppression State Details
Error (active) E0094 the size of an array must be greater than zero AdventureProject C:\Program Files\Epic Games\UE_5.8\Engine\Source\Runtime\Core\Public\Traits\IsContiguousContainer.h 41
Any help?