From bf3022ef2b4e307fdff4fecea7b4aa8602580b16 Mon Sep 17 00:00:00 2001 From: Shawn Hoffman Date: Fri, 2 Jun 2017 15:12:33 -0700 Subject: [PATCH] msvc: bump the required _MSC_FULL_VER --- Source/PCH/pch.h | 4 ++-- 1 file 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