Dave,
The technical problem is a XML schema / sensor data mismatch that only affects DCC++.
I have created GitHub issue #3695 to address this problem.
In the meantime, you need to disable XML validation during XML file loading. You have two options.
#1) Before loading the panel XML file, go to "Panels >> Run Script...". Select "TurnOffXmlValidation.py" and click on Open. This runs very quickly and you will see no response. Now you can load your panel xml file.
#2) Go to "Preferences >> Start Up". From the "Add" dropdown, select "Run Script..." Select the script as above. Save and restart. Each time you start PanelPro with this profile, the script will run automatically and you can then load your panel xml file.
Dave Sand