I've started a new ASP.NET web MVC project (using VB). I've created a data model, selecting "ADO Data Entry" and then "EF Designer from database". Created a connection to my local SQL Server database, selected a single table (all fields),
and finished. The EDMX file was created with no problem. Checked the design, looks good, and right-clicked "Validate" from the design surface which returns no problems.
However, none of the other generated files are listed in Solution Explorer (context.tt, context.vb, designer.vb, etc.). Yet, they DO appear in the "Models" folder for the project, so something was generated.
Why are those generated files not now in Solution Explorer, and how can I get Solution Explorer to recognized them?
I am using a newly-installed instance of VS Studio 2017 professional. Database is SQL Server 2012.
Thank you in advance for your help.
Bill