Retrive Image URL of Custom Fields in Theme

you could just say:

get_the_post_thumbnail('', 'full')

just from the id itself since this is a custom meta.

wp_get_attachment_image($project->project_image, 'full')