AudioDeviceManager : ASIO outputs not listed

I incorporated an AudioDeviceManager object into my Component. I did it (as far as possible) like in the AudioDemo.cpp code. Nevertheless, my ASIO outputs are not listed - what may be wrong? In the Jude AudioDemo they are listed.

Did you actually enable the JUCE_ASIO config flag? It’s turned off by default.

Yes that was it, it was disabled! Also had to add C:\juce\ASIOSDK2\common directory in the “additional include directories” of Visual Studio.