Hello, it seems Nil is a reserved word in objectivec++ Any workaround, like renaming the Nil? Thanks ``` /Volumes/tool/ofw/apps/pgd/ofxProjectGenerator/src/uuidxx/src/uuidxx.h:11:3: error: expected identifier Nil, ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/objc/objc.h:98:16: note: expanded from macro 'Nil' # define Nil nullptr ```