I just installed the Blazor UI components following this article: https://docs.telerik.com/blazor-ui/getting-started/server-blazor
I added "@layout TelerikLayout" to MainLayout.razor and I get a build error:
Error CS0246 The type or namespace name 'TelerikLayout' could not be found (are you missing a using directive or an assembly reference?)
The source is Shared_MainLayout_razor.g.cs. I've tried the typical 'clean & rebuild' as well as restarting VS. Any suggestions?