From 32fd5b5f187365f958151c0de1c6f4ef39eaec12 Mon Sep 17 00:00:00 2001 From: baldurk Date: Mon, 15 Nov 2021 11:01:51 +0000 Subject: [PATCH] Fix SDK detection on VS2022 where the windows SDK has no 64-bit reg key --- util/WindowsSDKTarget.props | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/util/WindowsSDKTarget.props b/util/WindowsSDKTarget.props index 047743aea..92491723d 100644 --- a/util/WindowsSDKTarget.props +++ b/util/WindowsSDKTarget.props @@ -7,6 +7,10 @@ $(Registry:HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Microsoft SDKs\Windows\v10.0@ProductVersion) + + + $(Registry:HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Microsoft\Microsoft SDKs\Windows\v10.0@ProductVersion) + $(RenderDocLatestWin10SDKVersion).0