'no media player plug-ins are installed and enabled in this project'

Ran into this issue and finally solved it by moving my MediaPlayer->OpenSource(FileMediaSource) method from the constructor to Tick, or anything in runtime. The media players must not be loaded on construction.