Custom post doesn’t show featured image

Change this line

add_theme_support( 'post-thumbnails');

To

add_theme_support( 'post-thumbnails', array('post', 'page','vacature'));

I think this will help you.