Index: client/Client/Client.vcxproj
===================================================================
--- client/Client/Client.vcxproj	(revision 1f1eb586dbc8428eddbb0af9d47e2670189d79e9)
+++ client/Client/Client.vcxproj	(revision bd2502a8a410e3d5fa8a7fdb7f29addc20c32da7)
@@ -68,4 +68,5 @@
   <ItemGroup>
     <ClCompile Include="..\..\common\Common.cpp" />
+    <ClCompile Include="..\..\common\MessageProcessor.cpp" />
     <ClCompile Include="..\..\common\Projectile.cpp" />
     <ClCompile Include="..\..\common\WorldMap.cpp" />
@@ -83,4 +84,5 @@
     <ClInclude Include="..\..\common\Common.h" />
     <ClInclude Include="..\..\common\Compiler.h" />
+    <ClInclude Include="..\..\common\MessageProcessor.h" />
     <ClInclude Include="..\..\common\Projectile.h" />
     <ClInclude Include="..\..\common\WorldMap.h" />
