I think it has to do with revisons. The contact page seems to disappear when you change some thing.
I have changed the section-contact.php file
line 30 ‘posts_per_page’ => 1
remove or change to:
/*’posts_per_page’ => 1*/
Be sure you only have one page with that contact template otherwise things go wrong.
This line is mentioned to resolve problems with multiple contact-pages.
Peter