Error in new project

I create a new project. Dotnet 8 interactivity auto, pwa.
I get the following before i do anything.
C:\Users\Admin\OneDrive - Cabezon Controls LLC\repos\ReconCentral\Server\Program.cs(2,27): error CS0234: The type or namespace name 'Components' does not exist in the namespace 'ReconCentral.Server' (are you missing an assembly reference?)
C:\Users\Admin\OneDrive - Cabezon Controls LLC\repos\ReconCentral\Server\Program.cs(27,24): error CS0246: The type or namespace name 'App' could not be found (are you missing a using directive or an assembly reference?)
C:\Users\Admin\OneDrive - Cabezon Controls LLC\repos\ReconCentral\Server\Program.cs(27,153): error CS0234: The type or namespace name '_Imports' does not exist in the namespace 'ReconCentral.Client' (are you missing an assembly reference?)

Do you have .NET 8 SDK installed?

Yes, show us the output of running dotnet --info. I suspect you have the same issue as Create new blazor web application from Radzen Blazor Studio build failed