diff --git a/Source/Core/Common/Common.vcproj b/Source/Core/Common/Common.vcproj
index e9eb4df63f..887faa963c 100644
--- a/Source/Core/Common/Common.vcproj
+++ b/Source/Core/Common/Common.vcproj
@@ -514,6 +514,14 @@
RelativePath=".\Src\ExtendedTrace.h"
>
+
+
+
+
diff --git a/Source/Core/DolphinWX/Src/FileSearch.cpp b/Source/Core/Common/Src/FileSearch.cpp
similarity index 94%
rename from Source/Core/DolphinWX/Src/FileSearch.cpp
rename to Source/Core/Common/Src/FileSearch.cpp
index 7ea9974235..6ada69d79b 100644
--- a/Source/Core/DolphinWX/Src/FileSearch.cpp
+++ b/Source/Core/Common/Src/FileSearch.cpp
@@ -15,7 +15,7 @@
// Official SVN repository and contact information can be found at
// http://code.google.com/p/dolphin-emu/
-#include "Globals.h"
+#include "Common.h"
#ifndef _WIN32
#include
#include
diff --git a/Source/Core/DolphinWX/Src/FileSearch.h b/Source/Core/Common/Src/FileSearch.h
similarity index 100%
rename from Source/Core/DolphinWX/Src/FileSearch.h
rename to Source/Core/Common/Src/FileSearch.h
diff --git a/Source/Core/Core/Core.vcproj b/Source/Core/Core/Core.vcproj
index b651293371..71c21b6b1c 100644
--- a/Source/Core/Core/Core.vcproj
+++ b/Source/Core/Core/Core.vcproj
@@ -1,7 +1,7 @@
+
+
diff --git a/Source/Core/Core/Src/IPC_HLE/WII_IPC_HLE.cpp b/Source/Core/Core/Src/IPC_HLE/WII_IPC_HLE.cpp
index d476d38aa3..4c08639f3c 100644
--- a/Source/Core/Core/Src/IPC_HLE/WII_IPC_HLE.cpp
+++ b/Source/Core/Core/Src/IPC_HLE/WII_IPC_HLE.cpp
@@ -17,6 +17,7 @@
#include