How to include and use custom class files in plugin?

Your constructor requires the post ID to be passed to the class when it’s instatiated, try this

$recipe = new Wp_Recipes_Recipe( get_the_ID() );