ODE include error

When trying to include ODE .h files in my project, I get this error in compilation process:

fatal error C1083: Cannot open include file: ‘ode/ode.h’: No such file or directory

There’re one such file in include\parser-inc, but if I include it I get another load of errors from this file contents.
Panda version 1.6.2, so as the manual says, ODE must’ve been in package.

You shouldn’t include any files in parser-inc.
You will have to download the thirdparty packages from here:
panda3d.org/download/panda3d … -win32.zip

and add the ODE include files from there to your include path.

Thanks! They should’ve mentioned this in manual though…