microsoft / HoloLens2ForCV

Sample code and documentation for using the Microsoft HoloLens 2 for Computer Vision research.
MIT License
479 stars 144 forks source link

Build erros in VS2019 for CameraWithCVAndCalibration #87

Closed FelixWeichselgartner closed 3 years ago

FelixWeichselgartner commented 3 years ago

App manifest validation error: Line 18, Column 76, Reason: The max version tested value must not be less than the min version value.

==> Line 18

<TargetDeviceFamily Name="Windows.Universal" MinVersion="10.0.19041.0" MaxVersionTested="10.0.18362.0" />

Anyone else with the same problem? TY in advance!

PS: I tried editing the numbers but on build they are changed.

Using: VS2019, WinSDK 10.0.18362.1

FelixWeichselgartner commented 3 years ago

I had to adjust the version of the WinSDK

Unbenannt