if (!file_exists(__CONFIGURATION__ . '/codegen_options.json')) {
            // Did the user move the __INCLUDES__ directory out of the docroot?
            $obj = new QInstallationValidationResult();
            $obj->strMessage = 'Create the "' . __CONFIGURATION__ . '/codegen_options.json"' . ' file.';
            $obj->strCommandToFix = "touch " . __CONFIGURATION__. '/codegen_options.json';