My solution was to move hp_baseboard to the end of the regular variables within the height_points class and now the error is gone. I’m using Xcode beta 8. It seems that the variables you are referencing from another class, should be at the end of the regular variables in the class it belongs to and references to other variables at the very end of that class.
I’m not sure I have the actual referencing order or delete rule correct.