Set featured image on creating new post

Ok, it’s my fault. I’ve installed a “blank”-theme to have a blank frontend (because I only use the API) – but I didn’t realize that a theme changes something in the Admin Frontend.

By adding this to the functions.php I re-enabled the box:

add_theme_support('post-thumbnails');