summaryrefslogtreecommitdiff
path: root/Source
diff options
context:
space:
mode:
Diffstat (limited to 'Source')
-rw-r--r--Source/PCH/pch.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/PCH/pch.h b/Source/PCH/pch.h
index 992a15ef29..f9cacdd23f 100644
--- a/Source/PCH/pch.h
+++ b/Source/PCH/pch.h
@@ -67,8 +67,8 @@
#ifdef _WIN32
-#if _MSC_FULL_VER < 190023918
-#error Please update your build environment to Visual Studio 2015 Update 2 or later!
+#if _MSC_FULL_VER < 191025017
+#error Please update your build environment to the latest Visual Studio 2017!
#endif
#include <Windows.h>