I have Visual C++ Express 2010 installed on my computer. I looked at the setup information on this site, but it looked like it just says to basically install Visual C++ and that’s it. My question is, how do I set visual C++ up to use openFrameworks.
I have been trying to get started using OpenFrameworks, mostly because of this tutorial: http://www.creativeapplications.net/tutorials/arduino-servo-opencv-tutorial-openframeworks/ I downloaded his OpenFrameworks code here: http://thefactoryfactory.com/ca-of-arduino.zip
When I tried to build his code, it would say something like, ofMain.h not found. So I went to properties and included the folder it was in under include and library. Then when I tried to run it again, it would mention a different header file not being found. I went through adding each folder where it said it couldn’t find a .h file until I got to POCO/foundations.h and I couldn’t get it to be found.
In any case, I know I was doing this completely wrong and I continued doing it just hoping it would work. Anyway, my question is how do I set up openframeworks and get his code to run?