Got it, I was getting this error because building elsewhere. <br />Thanks. <br /><br />12:27, 24 июля 2016 г., Sven Brauch <mail@svenbrauch.de>:<br /><blockquote>Hi,<br /><br />On 24/07/16 12:24, Alexander Zhigalin wrote:<br /><br /><blockquote> While surfing the KDevPlatform codebase I have noticed that the code parsing was <br /> somewhere broken due to the inclusion of header files which will only be <br /> generated at the build time by KConfig compiler.<br /> To solve I have copied these files from my build directory, but this is just a <br /> temporary solution.<br /> Do we have a way to detect this kind of situations?<br /></blockquote>The build directory should be in the include dir list. I have seen this<br />happen when the project was first parsed before the build was run; in<br />those cases, clicking "reload" on the project was sufficient to fix the<br />issues.<br /><br />In any case, the next clang release contains a fix which does not make<br />it bail out so quickly just because one included file is missing. That<br />should make this issue much less severe.</blockquote>