I am trying to start a Asp.Net.Core 3.1 core project. I used the default Grid based project template. That all went off without a hitch. The default template delivers a workable starting project.
I then attempted to add my first view. Right clicked on item, selected "add VIew". The system responds with the message: "There was an error running the selected code generator: The local source "C:\Program Files (x86)\Progress\Telerik UI for ASP.NET Core R3 2019\wrappers\aspnetcore\Binaries\AspNet.Core" does not exist.
The message is accurate as the referenced path does not exist. My system has Telerik UI for ASP.NET Core R1 2020 not the referenced R3 2019 folder.
To the best of my knowledge my project has no reference other than 2020 versions. Effectively I am blocked from adding a view via the "add View" option. If I knew where that reference was I might be able to correct things.
Anyone have any ideas on what I am forgetting to do? I have tried all the options, partial view, use or do not use layout pages, reference or do not reference script pages, no option works.