Having an mx project in drive "D" and the user's directory in "C" breaks mx intellijiniit on windows.
I have traced the issue to be related to the use of os.path.relpath in _intellij_suite.
mx tries to create relative paths from the project directory to the .mx directory which is on a different drive, thus making the creation of a relative path impossible.