So you used the short version: OPT_Symbols 1
That one expects indeed UAsm64 and sets the commandline for assembler and linker. Delete it and use the long version instead:
OPT_Assembler AsmC28
OPT_DebugA /Zi /Zf
OPT_DebugL /debug
Let me know if it works, please.