Ok even though during the installation of SQL Express I told it to have user instances enabled it seems that it ignored this.
If anyone else get the problem you solve it by running this query:
Code:
exec sp_configure 'user instances enabled', 1
Reconfigure
hope this helps some people out as it frustrated me for a few days.