juce::FileChooser issue

Hi!

I just got a bug I cannot understand.
It is enough just to add a class member:
std::unique_ptr<FileChooser> _fileChooser;
to a component .h file to get this error:
Capture

Please note that I do not call (even I do not initialize this FileChooser), and get this error.
Who can give a hint why?