Well, on the functions.php of your theme find where the custom type post is created.
'hierarchical' => false,
'menu_position' => 5,
'exclude_from_search' => true,
'supports' => array( 'title', 'editor', 'thumbnail', 'excerpt', 'comments')
On supports array you need t add comments to it.