has anyone else dealt with this? My ultimate goal is to create a new empty web api project. I\'ve been following tutorials and I\'ve encountered the following issue:
My
I came across your question as I had the same problem. When I first installed Visual Studio I didn't tick the box to install the Web Components. Here is how I solved the issue:
When selecting New Project in Visual Studio I can now see the required templates.
Try to select Framework 4.5. The Framework 4.0 don't have :)
Jorge Rocha
kale909's solution worked for me. I just added pics here to make it more clear: then here:
If you have ASP.NET MVC 4 Web Application as an option under Web when you select it as a new project the project window pops up and you will be able to select Web API.