I found a fix here http://www.hackingethics.com/blog/2010/09/04/how-to-enable-featured-image-in-wordpress/. All you have to do is add the following line of code to the theme’s functions.php file:
add_theme_support( ‘post-thumbnails’);
Any word on this? I am having the same issue.