From ce054466fe18e2407bac8f208e91aec09afa7d95 Mon Sep 17 00:00:00 2001 From: Nir Bar Date: Wed, 29 May 2024 11:57:01 +0300 Subject: [PATCH] Explictly add VC include folders --- src/PanelSwBackendExtension/PanelSwBackendExtension.vcxproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/PanelSwBackendExtension/PanelSwBackendExtension.vcxproj b/src/PanelSwBackendExtension/PanelSwBackendExtension.vcxproj index 1a07e20..32c10f8 100644 --- a/src/PanelSwBackendExtension/PanelSwBackendExtension.vcxproj +++ b/src/PanelSwBackendExtension/PanelSwBackendExtension.vcxproj @@ -34,7 +34,7 @@ - $(SevenZapIncludePath);$(MSBuildThisFileDirectory)..\poco\Zip\include;$(MSBuildThisFileDirectory)..\poco\Foundation\include;%(AdditionalIncludeDirectories) + $(VC_IncludePath);$(WindowsSDK_IncludePath);$(SevenZapIncludePath);$(MSBuildThisFileDirectory)..\poco\Zip\include;$(MSBuildThisFileDirectory)..\poco\Foundation\include;%(AdditionalIncludeDirectories) WIN32;_WINDOWS;_USRDLL;EXAMPLECADLL_EXPORTS;FullVersion="$(FullVersion)";%(PreprocessorDefinitions) EnableZipContainer;%(PreprocessorDefinitions) Use