Skip to content

Commit adf48e2

Browse files
committed
update:vs include dir for project
1 parent 5ca686d commit adf48e2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

XEngine_Module/XEngine_PluginExtension/XEngine_PluginExtension.vcxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@
102102
<LibraryPath>$(XEngine_Lib32);$(LibraryPath)</LibraryPath>
103103
</PropertyGroup>
104104
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
105-
<IncludePath>$(XEngine_Include);$(IncludePath)</IncludePath>
105+
<IncludePath>$(XEngine_Include);..\XEngine_PluginExtension;$(IncludePath)</IncludePath>
106106
<LibraryPath>$(XEngine_Lib32);$(LibraryPath)</LibraryPath>
107107
</PropertyGroup>
108108
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
@@ -114,7 +114,7 @@
114114
<LibraryPath>$(XEngine_LibArm64);$(LibraryPath)</LibraryPath>
115115
</PropertyGroup>
116116
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
117-
<IncludePath>$(XEngine_Include);$(IncludePath)</IncludePath>
117+
<IncludePath>$(XEngine_Include);..\XEngine_PluginExtension;$(IncludePath)</IncludePath>
118118
<LibraryPath>$(XEngine_Lib64);$(LibraryPath)</LibraryPath>
119119
</PropertyGroup>
120120
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'">

0 commit comments

Comments
 (0)