visual studio new project "ok" button greyed out

visual-studio, visual-studio-2012

Solution

You are probably attempting to save your projects to a directory location for which you do not have write permission. It might be a network drive somewhere. Changing it to a local directory worked for me.

Problem

I would assume this just means I'm missing a dependency, but I cant create ANY type of project (console application, web app, windows form, etc.). I am running VS 2012 premium.

Original source