Thanks for the fast answer but it’s still not working.
If I write this in the header.php:
wp_nav_menu(array('theme_location' => 'header-menu',
'container' => 'nav',
'container_id' => 'mainNav',
'container_class' => 'ulmenu'
));
It generates the default menu:
<div class="menu">
<ul>
<li class="page_item page-item-2">
<a href="https://localhost/CastingCartel/?page_id=2">Sample Page</a>
</li>
</ul>
</div>