Following the tutorial at https://developer.microsoft.com/en-us/windows/iot/samples/opencv
I have downloaded and set the system variable path for opencv directory, opening the project in visual studio 2017 with c++ developer extensions up-to-date (including Visual Studio 2017 up-to-date as of 13 May 2017)
when trying to build, it throws the following error:
error MSB8020: The build tools for v140 (Platform Toolset = 'v140') cannot be found
Any pointers on how to resolve this?
General inquiry, Is there any way to get this openCV fork to work in Visual Studio 2017 ? Or any chance beside the VS2015 .sln 2017 .sln would be added?
Following the tutorial at https://developer.microsoft.com/en-us/windows/iot/samples/opencv
I have downloaded and set the system variable path for opencv directory, opening the project in visual studio 2017 with c++ developer extensions up-to-date (including Visual Studio 2017 up-to-date as of 13 May 2017)
when trying to build, it throws the following error:
error MSB8020: The build tools for v140 (Platform Toolset = 'v140') cannot be found
Any pointers on how to resolve this?
General inquiry, Is there any way to get this openCV fork to work in Visual Studio 2017 ? Or any chance beside the VS2015 .sln 2017 .sln would be added?