@MarkAF,
I went down that path and still had this issue.
I finally solved it, left all of my code alone, and removed the space between the h at the end of Length and the quotes.
This worked after a ton of problem solving.
Before:
("BB Length ", "LENGTH", 0#)
After:
("BB Length", "LENGTH", 0#)