Radzen Build Issue

I am not sure why this is happening now, but I every application i create will not build in RBS…I did a simple Blazor AUTO, did notthing but create it and i got

D:\Test\Server\Program.cs(2,19): error CS0234: The type or namespace name 'Components' does not exist in the namespace 'Test.Server' (are you missing an assembly reference?)
D:\Test\Server\Program.cs(40,24): error CS0246: The type or namespace name 'App' could not be found (are you missing a using directive or an assembly reference?)
D:\Test\Server\Program.cs(40,145): error CS0234: The type or namespace name '_Imports' does not exist in the namespace 'Test.Client' (are you missing an assembly reference?)

Now this was just a test, empty folder, clicked new application and it built and empty app and then immediately gave me that?…Don’t know where to go from here. What I find really crazy is that the app runs fine…