Hello, i'm starting on driver development with the latest version of visual studio 2019 (and also right now i'm giving a try to 2022 to see if my issue is solved).
I've just want to try debugging tools for windows - kernel debugger debugging option which allows to deploy on a remote computer the driver and test it using windbg internally (as far as i understood).
The problem is that seeing some posts here i'm having the same issue: https://docs.microsoft.com/en-us/answers/questions/735397/failed-to-install-wdtf-on-configuring-a-target-mac.html
Installing driver test framework is failing and the solution provided is to make use of an WDK that does match the operating system.
My Host and Guest are both windows 10 21H2 (19044.1645), however there is no SDK nor WDK updated to a version above 19041. How i'm supouse to do it? I'm giving a try to visual sutdio 2022 and the preview versions of SDK and WDK but i have little faith since the versions are for Windows 11 which obiousle does not match the SO version i'm using.
How can i solve it?
