From f073153c64bf8f91f362e1ca31b0cd75bd0d6f2e Mon Sep 17 00:00:00 2001 From: Nick Westgate Date: Sat, 13 Jul 2019 11:53:13 +1200 Subject: [PATCH] Add Windows Universal CRT SDK to VS 2017 build instructions I found I needed this to fix errors on standard headers as per: https://stackoverflow.com/questions/42777424/visual-studio-2017-errors-on-standard-headers --- docs/compiling.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/compiling.txt b/docs/compiling.txt index 0dbc3150..ed4bf3cf 100644 --- a/docs/compiling.txt +++ b/docs/compiling.txt @@ -27,6 +27,7 @@ MSVC 2017 Community * [x] Graphics debugger and GPU profiler for DirectX * [x] Static analysis tools * [x] VC++ 2017 v141 toolset (x86,x64) + * [x] Windows Universal CRT SDK * [x] Visual Studio C++ core features * [x] Windows 8.1 SDK * [x] Windows 10 SDK (10.0.15063.0) for Desktop C++ x86 and x64