diff --git a/common/vsprops/CodeGen_Debug.props b/common/vsprops/CodeGen_Debug.props
index 906a6d88a0..bd3cc45ea8 100644
--- a/common/vsprops/CodeGen_Debug.props
+++ b/common/vsprops/CodeGen_Debug.props
@@ -10,6 +10,7 @@
PCSX2_DEBUG;PCSX2_DEVBUILD;_SECURE_SCL_=1;%(PreprocessorDefinitions)
EnableFastChecks
MultiThreadedDebugDLL
+ true
\ No newline at end of file
diff --git a/common/vsprops/CodeGen_Devel.props b/common/vsprops/CodeGen_Devel.props
index f77e8a7ed9..f59f70ee09 100644
--- a/common/vsprops/CodeGen_Devel.props
+++ b/common/vsprops/CodeGen_Devel.props
@@ -14,6 +14,7 @@
PCSX2_DEVEL;PCSX2_DEVBUILD;NDEBUG;_SECURE_SCL_=1;%(PreprocessorDefinitions)
MultiThreadedDLL
false
+ true
\ No newline at end of file
diff --git a/common/vsprops/CodeGen_Release.props b/common/vsprops/CodeGen_Release.props
index 851709b0c3..56a7d6944e 100644
--- a/common/vsprops/CodeGen_Release.props
+++ b/common/vsprops/CodeGen_Release.props
@@ -19,6 +19,7 @@
MultiThreadedDLL
false
false
+ true
true
diff --git a/common/vsprops/IncrementalLinking.props b/common/vsprops/IncrementalLinking.props
index c8e142e4b5..c508ca46ff 100644
--- a/common/vsprops/IncrementalLinking.props
+++ b/common/vsprops/IncrementalLinking.props
@@ -8,7 +8,6 @@
false
true
ProgramDatabase
- true
false