From bc99b242be13c8b20fa718bf9e9c8f4ee76a8a2f Mon Sep 17 00:00:00 2001 From: "Dustin L. Howett" Date: Wed, 12 Nov 2025 11:07:48 -0600 Subject: [PATCH] uh, this was an insane way to handle that --- Cpp.Build.props | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cpp.Build.props b/Cpp.Build.props index 99738fd0dc..06381ae713 100644 --- a/Cpp.Build.props +++ b/Cpp.Build.props @@ -84,7 +84,7 @@ arm64 false true - $(MSBuildThisFileFullPath)\..\deps\;$(MSBuildThisFileFullPath)\..\packages\;$(ExternalIncludePath) + $(MSBuildThisFileDirectory)\deps\;$(MSBuildThisFileDirectory)\packages\;$(ExternalIncludePath) Guard