There’s default macro with $(WindowsSdkDir) used by Visual Studio. This is Microsoft SDKs with version 7.0A.
I want to use new Window 11 SDK with new API, how can I override $(WindowsSdkDir) in preference of latest includes and libraries folder?
Changes at registry directory at HKEY_LOCAL_MACHINESOFTWAREWOW6432NodeMicrosoftMicrosoft SDKsWindows not seems to work, because the directory structure is different after all these years.
1