Created attachment 104287 [details] a screenshot of the Problems tool view KDevelop fails to recognize the c++ standard library on Windows. The result is that it complains about not being able to find the "iostream" header file and that "std" is an undeclared identifier.
I am using the x86_64-6.3.0-posix-seh-rt_v5-rev1 version of mingw-w64 on Windows 10.
That's true, you need to point KDevelop to your STL install directory via Project Configuration -> Language Support -> Includes/Imports. There's no easier way to do it at the moment.
OK. Are there any plans to detect the compiler's STL include directory in the future?
Sure, there are, unfortunately we're lacking manpower in that regard. If someone wants to chime in and help us out we're happy to receive (code) contributions!
@Kevin Funk I forgot to include BUG keyword in the commit message, can you close this, now that it is fixed?
Fixed by https://phabricator.kde.org/D8805 -- correct?
(In reply to Kevin Funk from comment #6) > Fixed by https://phabricator.kde.org/D8805 -- correct? and this: https://phabricator.kde.org/D8831