Hello @swortain, @Gallo is right, use the project generator to open it in Visual Studio. Let’s say you want to run the customEventExample.
Open the project generator, click on “Import”, open the example folder, then event and then select customEventExample. Then click on “open in IDE”. And it should work
I’ve thought you were talking about the examples that comes with the OF installation!
To use the ofxCurlNoise addons in your application, do the following:
Download the addon and put it in your folder /your_OF_folder/addons/
Now open the project generator, create a new project, and in the addon field start to type ofxCurlN… the project generator will suggest you the name of the addon you have just downloaded. Click on it.
Then click “Generate” and then “Open in your IDE”