How do I set a custom post type Category after import using wp_set_post_terms

The answer is don’t use wp_set_post_terms, use wp_set_object_terms instead. wp_set_post_terms only works with the built-in post object.