diff --git a/MUtilities_VS2019.vcxproj b/MUtilities_VS2019.vcxproj
index 0777dc9..4573554 100644
--- a/MUtilities_VS2019.vcxproj
+++ b/MUtilities_VS2019.vcxproj
@@ -105,7 +105,7 @@
Win32Proj
MUtilities
MUtilities
- 10.0.17763.0
+ 10.0.14393.0
diff --git a/include/MUtils/Version.h b/include/MUtils/Version.h
index b0e366b..063d615 100644
--- a/include/MUtils/Version.h
+++ b/include/MUtils/Version.h
@@ -67,7 +67,9 @@ namespace MUtils
#error Compiler is not supported!
#endif
#elif defined(_MSC_VER)
- #if (_MSC_VER == 1928)
+ #if (_MSC_VER == 1929)
+ "MSVC 2019.10";
+ #elif (_MSC_VER == 1928)
#if (_MSC_FULL_VER < 192829910)
"MSVC 2019.8";
#else