Disclaimer: This article is copy from https://www.slipstick.com/outlook/icloud-error-outlook-configured-default-profile/
While the original article does not say this, I have verified this tutorial does fix issues with Outlook 365
Many users are reporting problems configuring iCloud in Outlook on brand new computers. When they check the box for Mail, Contacts, Calendars they receive and error error message that there is no default profile.
The users typically have one profile, it’s set as the default, Outlook is set as the default. Everything should be working.
iCloud and most addins will not work with the store version at this time. You need to install the click to run version from Office.com
nstalling the current version of Office from office.com should remove the store version, but to insure it is removed, run these cmdlets:
Open PowerShell in run as admin mode then paste:
Get-AppxProvisionedPackage -Online | where-object {$_.packagename –like "*Outlook*"} | Remove-AppxProvisionedPackage -Online
Then:
Get-AppxPackage "*Outlook*" | Remove-AppxPackage
This will complete without errors and then we have to configure icloud installer to run under compatibility mode for windows 8