-
Notifications
You must be signed in to change notification settings - Fork 1.3k
build issue with I2cTestTool/ #474
Comments
Hi @rajnishc8, The message 'wrl\client.h' says you are missing the "wrl" or Windows Runtime Library files. Are you sure you have installed all the required tools to use the IoT Core samples? Sincerely, |
Hi @IoTGirl, To get it to build successfully in VS2017, I had to set Thanks, |
Thanks for the update Rajnish! |
If you have the current code in github it shouldn't be using the 14393 version of the SDK, it should be using 15063. It should also be using the v141 compiler settings rather v140. Those are the the supported settings to use with VS 2017 |
Hi @rajnishc8, |
Hello,
I get following error when I try to build I2CTestTool.
1>------ Build started: Project: I2cTestTool, Configuration: Release x64 ------
1>main.cpp
1>C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.10.25017\include\agile.h(16): fatal error C1083: Cannot open include file: 'wrl\client.h': No such file or directory
1>Done building project "I2cTestTool.vcxproj" -- FAILED.
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
Thanks,
--Rajnish
The text was updated successfully, but these errors were encountered: