From d19a4f64e65d5b9f5e2eb8198c05fd62645c0731 Mon Sep 17 00:00:00 2001 From: piebot Date: Fri, 7 Aug 2026 06:49:32 +0300 Subject: [PATCH] Fix Debug | Windows64 not including SDL headers --- 4J_Input/4J_Input.vcxproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/4J_Input/4J_Input.vcxproj b/4J_Input/4J_Input.vcxproj index 5a7d642..2924c7e 100644 --- a/4J_Input/4J_Input.vcxproj +++ b/4J_Input/4J_Input.vcxproj @@ -203,7 +203,7 @@ Disabled _WINDOWS64;_DEBUG;_LIB;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) true - ../Headers/Windows64;../Headers;$(ProjectDir);%(AdditionalIncludeDirectories) + ../Headers/Windows64;../Headers;$(ProjectDir);$(ProjectDir)Windows64\vendor\SDL\include;%(AdditionalIncludeDirectories) stdafx.h MultiThreadedDebug