Projucer hits assert when opening project with invalid module folder (+fix/PR)

In ModuleDescription::getHeader() accessing a child file of the invalid moduleFolder triggers an assert.
It can be observed, when a project is opened and the location of modules has changed.

I prepared a trivial fix as PR on github:

Would appreciate merging :slight_smile:

Added to the develop branch. Thanks!

Thanks for merging @t0m