Message Oracle PCC-02107 - You may not specify PARSE = FULL when CODE = CPP

ERRORYou may not specify PARSE = FULL when CODE = CPP
CAUSEThe PARSE=FULL and CODE=CPP options were both specified on the command line. The PARSE=FULL option invokes the C parser which does not understand any C++ constructs generated by the precompiler with CODE=CPP option.
ACTIONSet the PARSE option to either NONE or PARTIAL if the CODE=CPP option is specified.