For those, not able to see the Invitation content inside profile, this is my scenario.
I was overwriting home.php file inside my child theme so i was missing the following :
elseif ( bp_is_user_members_invitations() ) {
$template = ‘invitations’;
}
and the invitations.php was never triggered.
I m sharing in case someone thinks initially ,as i did, that the problem is much more complex!