SBApplication Microsoft Word

Hello all,
I’ve been wanting to embed some kind of scripting language in a small
program I am writing for a while. I was thinking of apple script, and tried with SBApplication.
For that i checked https://developer.apple.com/library/mac/#documentation/Cocoa/Conceptual/ScriptingBridgeConcepts/UsingScriptingBridge/UsingScriptingBridge.html url to convert the header file for Microsoft Word.
I got
sdp: enumerator of enumeration "e183?: missing required “name” attribute.
to fix this, i went through http://stackoverflow.com/questions/15338454/scripting-bridge-and-generate-microsoft-word-header-file
After that i got sdp: warning: property “style” of class “revision” refers to undefined type ˜null’; assuming type ˜id’.
Can anyone please help me how i fix this issue and move to next step.