From 2cb3fb13472c3e431fe96cc602b893d68c883a2c Mon Sep 17 00:00:00 2001 From: Joud Kandeel Date: Thu, 5 Mar 2026 04:30:22 +0100 Subject: [PATCH] fixed again the include problem --- .../Minecraft-Community-Edition.vcxproj | 26 ++++++++++--------- 1 file changed, 14 insertions(+), 12 deletions(-) diff --git a/Minecraft-Community-Edition/Minecraft-Community-Edition.vcxproj b/Minecraft-Community-Edition/Minecraft-Community-Edition.vcxproj index a14706f..ed3d306 100644 --- a/Minecraft-Community-Edition/Minecraft-Community-Edition.vcxproj +++ b/Minecraft-Community-Edition/Minecraft-Community-Edition.vcxproj @@ -71,7 +71,7 @@ - $(ProjectDir)\Vendor\SFML-3.0.2\include;$(ProjectDir)\;$(ProjectDir)\Vendor\EASTL-3.27.01\include;$(IncludePath) + $(ProjectDir)Vendor\SFML\include;$(ProjectDir)\;$(ProjectDir)Vendor\EASTL\include;$(IncludePath) $(ProjectDir)\Vendor\SFML-3.0.2\lib;$(LibraryPath) @@ -144,18 +144,9 @@ + - - - - - - - - - - @@ -163,8 +154,19 @@ + + + + + + + + + + + - + \ No newline at end of file