Depends. If it's always in your app folder bproctors way will do fine.
If the View should exist but might not be found in the app or any package, I tend to just create it and see if it fails. When if fails I catch the exception and make it fallback to a default or error view.