Overloadable operator expected?

First time using the product, I put a TatScripter on a blank form, new project, and compile and I'm getting "Overloadable operator expected" in atScript.hpp at line 1026, what am I missing?  I'm using C++Builder 2007.

Hello David,

This is a problem with automatic hpp generation from Delphi 2007 compiler.
You can manually fix this by opening atScript.hpp and moving the declaration of interface IScriptBasedObject to a place before that line where error occurs (currently it’s declared after it).
Then it will work.
We have changed the pascal source code (atScript.pas) to workaround this problem and generate the correct hpp file in next version.