kennykerr / modern

Modern C++ for the Windows Runtime
https://moderncpp.com/
MIT License
295 stars 36 forks source link

Project not available #2

Closed samcov closed 9 years ago

samcov commented 9 years ago

I'm sure this is something simple, but every project is unavailable and unloads.

I'm using VS2015 enterprise release with C++ installed, and the latest W10 SDK.

What am I missing?

kennykerr commented 9 years ago

You need to have Visual Studio 2015 with the optional C++ support and "Tools for Windows SDK 10.0.10240".

samcov commented 9 years ago

Visual Studio reports that C++ is installed, but it's not, you have to install C++ support first, then install Universal support which is under C# projects!

kennykerr commented 9 years ago

Yes the Visual Studio setup experience is a bit insane. 😊