From 1d4a5167e52e846d12eb10a954c1e4bea1e4f96d Mon Sep 17 00:00:00 2001 From: ALittlePatate Date: Sun, 9 Jun 2024 09:56:40 +0200 Subject: [PATCH] fix: compilation errors in x64/Release mode due to missing include --- IL2CppDLL.vcxproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/IL2CppDLL.vcxproj b/IL2CppDLL.vcxproj index fa26749..26a783f 100644 --- a/IL2CppDLL.vcxproj +++ b/IL2CppDLL.vcxproj @@ -256,7 +256,7 @@ Use pch-il2cpp.h true - $(ProjectDir)appdata;$(ProjectDir)framework;$(ProjectDir)user;$(ProjectDir)lib + $(ProjectDir)appdata;$(ProjectDir)framework;$(ProjectDir)user;$(ProjectDir)lib\public Windows