So I fired up VS2005, and wanted to make a quick prototype C# Console Application, except I couldn’t find the Project Template!!

Found out that if you close ,  run the VS CMD prompt, and run this: “devenv /installvstemplates”

It should add the templates back.

Good to go!