I am working with openFrameWorks 0.8.0 in Visual Studio 2012 Express.
Last week, I reinstalled Visual Studio and now any libraries an classes are not found in my projects anymore.
The files are still inside the project folder and the relative pathes to them are still in the project settings.
It seems, as if there's an error inside the Settings for the projects root folder in Visual Studio. To add an include Folder in the project properties/ c++/ additional include directories and linker / additional library directories I go up three folders
(../../../) and are in the Project root folder.
The strange thing ist, since the reinstallation, when I go up one directory in the additional include directories (../) I'm in C:/Windows/ !
That's an explanation, why the Libs and class are not visible. But I have no idea, why I'm in C:/Windows. The solution is in /documents/openframeworks/examples/[project directory]
Is there any setting in VS to use the src or bin dirctory as root for the relative path (as it's been all the time before reinstallation)?
When I open the same solution on another PC, everything works fine.
Thanks for any hint, how to reset the this error.