I had the same problem with a VS2010 project I opened in VS2012. The Microsoft.AspNet.Web.Optimization package was missing so I just needed to download it using Nuget Package Manager.
You can run in the console: Install-Package Microsoft.AspNet.Web.Optimization