Hi, everyone.

       I've opened the examples that came with OSG and, after correctly
configuring VS2005 (following step-by-step the installation process), I was
able to compile them. I've tried then, to create a new and very simple
project (with the same paths already configured), with the following code:

#include <osg/Node>

int main()
{
    osg::Node* node = new osg::Node();
}

And the following error was displayed:
Cannot open include file: 'osg/Node': No such file or directory

What am I missing?

                                      Thanks,

                                             Renan M Z Mendes
_______________________________________________
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

Reply via email to