The setting group "CES Profile Fields" has a Display Order of 0. I believe you will only be able to see these settings if debug mode is active, or if you have modified your options to sort another way (e.g. alphabetically).
To get "CES Profile Fields" to appear without doing either, run the following MySQL query:
Code:
UPDATE settinggroup
SET displayorder = 1000
WHERE product = 'ces_html_profile'