Hi all,
I would like to run the LeapC examples on Microsoft Visual Studio 2017. I have downloaded the files from Github (https://github.com/leapmotion/LeapC-samples) but I am not sure how to proceed from there. I have tried opening the samplesC.sln file and building the project, but it says that it "Cannot find file LeapC.h", "Cannot find file GL\glew.h", etc. Are there different steps that I should be taking? For example, should I be opening the .vcxproj files instead of the .sln files? And what should I do about the files in the samples\C folder, such as CallbackSample.c or PollingSample.c? I am not very familiar with how Microsoft Visual Studio works so I would appreciate any help that I can get.