MSBuild "The windows SDK version 10.0.19041.0 was not found" when building vdl project

Viewed 25

I'm trying building vdl project to use Visual Leak Detector VDL on visual studio 2019 (I used this link https://github.com/Azure/vld for it).

But i get this error:

error MSB8036: The Windows SDK version 10.0.19041.0 was not found. Install the required version of Windows SDK or change the SDK version in the project property pages or by right-clicking the solution and selecting "Retarget solution". [D:...\mysolution.vcxproj]

Can you help me please

0 Answers
Related