4
votes

Both of the download pages for for Desktop and for Windows 8 provide the same web installer called: "Visual Studio Express 2012 for Windows Desktop". I installed it and here is its "New Project" window:

New Project Window

In this tutorial page, it says I should have templates like this:

Create a hello world app
(source: microsoft.com)

How can I get these templates? I'm using Windows 8 x64 RTM.

1
maybe running devenv.exe /setup can solve the issue. - Steve B
@Steve: There is no "devenv.exe" in the express version and "WDExpress.exe" doesn't recognize "/setup" command. - Şafak Gür
you have this executable. It's the VS entry point. Looks inside program files folder : C:\Program Files (x86)\Microsoft Visual Studio 11.0\Common7\IDE\devenv.exe for a X64 computer - Steve B
@Steve: Found one in "Microsoft Visual Studio 10.0" but not in "Microsoft Visual Studio 11.0", trying it now... - Şafak Gür
@Steve: Nope, "C:\Program Files (x86)\Microsoft Visual Studio 11.0\Common7\IDE" has no "devenv.exe" in it. - Şafak Gür

1 Answers

6
votes

You have most likely downloaded wrong Visual Studio Express version, maybe there is broken link on that page.
If you want to develop Metro style apps for Windows 8, download the proper Visual Studio Express here:
http://msdn.microsoft.com/en-us/windows/apps/hh852659