I created an .NET Core Web Application Project with the latest Visual Studio Professional 2017 Version 15.9.2. The .NET Framework is 4.6.01586. I have installed the ASP.NET and web development modul on Visual Studio and I can select a .NET Core Application when creating a new project. Visual Studio creates an empty Solution:
.
It doesn't matter which type of ASP .NET Core Web Application I select the project is always empty.
Creating an ASP .NET Web Application works fine.
I use Visual Studio Professional 2017 in a Oracle VM VirtualBox. On my local machine everything works fine.
Can anyone help me?