diff --git a/Project64.vs2008.sln b/Project64.vs2008.sln
index 444169013..f8ef256b9 100644
--- a/Project64.vs2008.sln
+++ b/Project64.vs2008.sln
@@ -42,6 +42,7 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Glide64", "Source\Glide64\G
{93447136-FACD-4740-8F35-FC46FB4A9E82} = {93447136-FACD-4740-8F35-FC46FB4A9E82}
{25A25249-C284-4C5A-8DC2-26FC3EB13703} = {25A25249-C284-4C5A-8DC2-26FC3EB13703}
{B4A4B994-9111-42B1-93C2-6F1CA8BC4421} = {B4A4B994-9111-42B1-93C2-6F1CA8BC4421}
+ {51A84197-56BA-4017-9C0C-43E7F285184A} = {51A84197-56BA-4017-9C0C-43E7F285184A}
{2DADDAA5-0F57-46ED-A974-747908DDC7F3} = {2DADDAA5-0F57-46ED-A974-747908DDC7F3}
{81CE8DAF-EBB2-4761-8E45-B71ABCCA8C68} = {81CE8DAF-EBB2-4761-8E45-B71ABCCA8C68}
{8B9961B1-88D9-4EA3-A752-507A00DD9F3D} = {8B9961B1-88D9-4EA3-A752-507A00DD9F3D}
diff --git a/PropertySheets/Platform.props b/PropertySheets/Platform.props
index aea479eee..ad5f29b22 100644
--- a/PropertySheets/Platform.props
+++ b/PropertySheets/Platform.props
@@ -52,7 +52,7 @@
$(OutDir)$(ProjectName).bsc
- .\;..\;..\3rdParty;%(AdditionalIncludeDirectories)
+ .\;$(SolutionDir)\Source;$(SolutionDir)\Source\3rdParty;%(AdditionalIncludeDirectories)
_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)
false
false
diff --git a/Source/Common/Common.vcproj b/Source/Common/Common.vcproj
index a4fd7bef7..051f674af 100644
--- a/Source/Common/Common.vcproj
+++ b/Source/Common/Common.vcproj
@@ -129,6 +129,10 @@
RelativePath=".\CriticalSection.cpp"
>
+
+
@@ -206,6 +210,10 @@
RelativePath=".\CriticalSection.h"
>
+
+