diff --git a/Source/VSProps/Base.props b/Source/VSProps/Base.props
index 348d58fe53..1954c7cf1d 100644
--- a/Source/VSProps/Base.props
+++ b/Source/VSProps/Base.props
@@ -54,6 +54,8 @@
$(ExternalsDir)zstd\lib;%(AdditionalIncludeDirectories)
FMT_HEADER_ONLY=1;%(PreprocessorDefinitions)
_CRT_SECURE_NO_WARNINGS;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions)
+
+ _SILENCE_CXX17_CODECVT_HEADER_DEPRECATION_WARNING;%(PreprocessorDefinitions)
USE_UPNP;USE_USBDK;__LIBUSB__;%(PreprocessorDefinitions)
SFML_STATIC;%(PreprocessorDefinitions)
USE_ANALYTICS=1;%(PreprocessorDefinitions)