in the file custom-post-type-maker.php edit line 203 from
if ( $cptm_withfront ) { $cptm_rewrite_options[‘with_front’] = $cptm_withfront; }
to
$cptm_rewrite_options[‘with_front’] = $cptm_withfront;
then go to your permalinks setting and save to flush the rewrite rules.