diff --git a/templates/vsprojects/global.props.template b/templates/vsprojects/global.props.template
index 5b8d1e1182a..c53e4f16e3f 100644
--- a/templates/vsprojects/global.props.template
+++ b/templates/vsprojects/global.props.template
@@ -13,6 +13,10 @@
_WIN32_WINNT=0x600;_SCL_SECURE_NO_WARNINGS;_CRT_SECURE_NO_WARNINGS;_UNICODE;UNICODE;%(PreprocessorDefinitions)
EnableAllWarnings
+
+
+ /ignore:4217 %(AdditionalOptions)
+
diff --git a/vsprojects/global.props b/vsprojects/global.props
index fe783c37ebd..c0792e12cb2 100644
--- a/vsprojects/global.props
+++ b/vsprojects/global.props
@@ -11,6 +11,10 @@
_WIN32_WINNT=0x600;_SCL_SECURE_NO_WARNINGS;_CRT_SECURE_NO_WARNINGS;_UNICODE;UNICODE;%(PreprocessorDefinitions)
EnableAllWarnings
+
+
+ /ignore:4217 %(AdditionalOptions)
+