diff --git a/Source/Core/DolphinWX/Dolphin.vcxproj b/Source/Core/DolphinWX/Dolphin.vcxproj
index 84295733da..1556eb5687 100644
--- a/Source/Core/DolphinWX/Dolphin.vcxproj
+++ b/Source/Core/DolphinWX/Dolphin.vcxproj
@@ -155,9 +155,6 @@ xcopy "$(SolutionDir)..\Externals\SDL\$(PlatformName)\*.dll" "$(TargetDir)" /e /
Copying Data\* to $(TargetDir)
-
- ..\..\..\Externals\wxWidgets3\include;%(AdditionalIncludeDirectories)
-
@@ -174,9 +171,6 @@ xcopy "$(SolutionDir)..\Externals\SDL\$(PlatformName)\*.dll" "$(TargetDir)" /e /
Copying Data\* to $(TargetDir)
-
- ..\..\..\Externals\wxWidgets3\include;%(AdditionalIncludeDirectories)
-
@@ -208,7 +202,6 @@ xcopy "$(SolutionDir)..\Externals\SDL\$(PlatformName)\*.dll" "$(TargetDir)" /e /
Copying Data\* to $(TargetDir)
- ..\..\..\Externals\wxWidgets3\include;%(AdditionalIncludeDirectories)
@@ -224,9 +217,6 @@ xcopy "$(SolutionDir)..\Externals\SDL\$(PlatformName)\*.dll" "$(TargetDir)" /e /
Copying Data\* to $(TargetDir)
-
- ..\..\..\Externals\wxWidgets3\include;%(AdditionalIncludeDirectories)
-
@@ -399,4 +389,4 @@ xcopy "$(SolutionDir)..\Externals\SDL\$(PlatformName)\*.dll" "$(TargetDir)" /e /
-
\ No newline at end of file
+
diff --git a/Source/VSProps/Base.props b/Source/VSProps/Base.props
index 4bd98b9d70..bb2f7e6efa 100644
--- a/Source/VSProps/Base.props
+++ b/Source/VSProps/Base.props
@@ -20,6 +20,9 @@
true
0x00400000
+
+ ..\..\..\Externals\wxWidgets3\include;%(AdditionalIncludeDirectories)
+
\ No newline at end of file