Web API cannot resolve symbol Http in System.Web.Http, what is missing?
The name of the package for the ASP.NET Web API isn't "WebApi.All". The package for the ASP.NET Web API (Beta) is "AspNetWebApi". Try running the following instead:
Install-Package AspNetWebApi