You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8-1Lines changed: 8 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -57,7 +57,14 @@ Install tools and configuration manually:
57
57
* Visual C++ Build Environment:
58
58
* Option 1: Install [Visual C++ Build Tools](http://landinghub.visualstudio.com/visual-cpp-build-tools) using the **Default Install** option.
59
59
60
-
* Option 2: Install [Visual Studio 2015](https://www.visualstudio.com/products/visual-studio-community-vs) (or modify an existing installation) and select *Common Tools for Visual C++* during setup. This also works with the free Community and Express for Desktop editions.
60
+
* Option 2: Install [Visual Studio 2015](https://www.visualstudio.com/products/visual-studio-community-vs) and select *Common Tools for Visual C++* during setup. This also works with the free Community and Express for Desktop editions.
61
+
62
+
* Option 3: if you already have Visual Studio 2015 installed and did not install the
63
+
*Common Tools for Visual C++* during setup, you can `File -> New -> Project`, pick
64
+
any of the options under `Templates -> Other Languages -> Visual C++` then `Ok`
65
+
and Visual Studio will offer to install the *Common Tools for Visual C++* with a
66
+
"Install Missing Features" / "You need the Universal Windows App Development Tools
67
+
to develop Windows app projects." dialog.
61
68
62
69
> :bulb:[Windows Vista / 7 only] requires [.NET Framework 4.5.1](http://www.microsoft.com/en-us/download/details.aspx?id=40773)
0 commit comments