I cloned an existing ASP.NET 5 MVC 6 project from a private git repository. When I run the project I receive the following error:
The selected debug option is IIS Express but this project is not a web project. To use IIS Express you need tho add the wwwroot attribute to project.json.

The wwwroot folder is also not shown correctly and is displayed as a normal folder.
Installed Visual Studio 2015 - Update 1
