Alright I've been cracked. I recently bought my leap motion and have been trying to figure out how to set it up for Visual studio c++ for the past week (Literally all my time). I've been following the tutorial on the leap motion developer page https://developer-archive.leapmotion.com/documentation/cpp/devguide/Project_Setup.html but haven't had any luck with getting it to work. So if anyone can help me PLESE, it would be greatly appreciated. I am using Windows 10 and V2 of the leap motion software.
Here is what I did:
Like the tutorial said I opened up visual studio and made a project and added a .cpp file.I set my solution platform, debug and release set to 64 (I checked my computer to make sure it is a 64 bit device). I then went to project properties panel as instructed and completed the listed steps for both the debug and release configurations.
This is where my headache starts. Every time I do all the steps I am met with an error. The latest error now says "Two phase name lookup is not supported for C++, CLI, C++/CX; use /ZctwoPhase-". I have looked into this error online and other people with similar issues added ZctwoPhase- to the C/C++ command line settings. I also did this but the error still popped up.
Can someone PLEASE(I'm begging here) help me because at this point I am beyond drained and don't know what I am doing wrong anymore. If anyone maybe has like a video that can me walk through that would also be greatly appreciated. If additional information is needed feel free to ask. Thanks in advance for any assistance.