Hi,
Check you "WindowsSdkDir" variable and see if contains a valid path to the SDK:
- "C:\program files\microsoft sdks\windows\vX.XX\
If not change the following key in registry to valid path one and reboot.
- HKEY_CURRENT_USER\SOFTWARE\Microsoft\MicrosoftSDKs\Windows\CurrentInstallFolder
Also, try to install the package via the Visual Studio console and see what happens.
Which is the order you followed to install dependencies? Probably the environment variable got changed by the sdk or visual studio installation.
Hope it helps.
Thanks,
@wil_js