Fixed directory generation by adding a routine to determine the geometry source path. The fix is to determine the source directory based on:
- The defx source definition for the geometry
- The directory where the defx file resides
- The directory of the damx project file.
Paths in the defx can be specified as relative or direct paths. The former definition causes the described bug, as the project directory where the .damx file resides + the relative path of the geometries does not exist at the time of project creation. --> hence the directory cannot be created.
Related to Issue [
MWDAM-1242]