Missing dependeny #446
Unanswered
RenamedPlayer
asked this question in
Q&A
Replies: 1 comment 1 reply
-
The only times the dependency scanning for C++ includes hasn't worked is when there are macros involved. Could you create a small self-contained project that replicates the problem you see? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Helau! (ohne Alaaf)
document.cpp
includesdocument.h
.document.h
is included elsewhere. Onlydocument.cpp
is not rebuild on change ofdocument.h
. No wonder,document.h
is not showed up with-d3
as dependent ofdocument.cpp
.I've looked for timestamps and cache files and
#include "document.h"
or#include <document.h>
and their order, and, yeah, different file encodings, fresh checkout of the source tree.Am I the only one who has this effekt? It's not the first time.
Where or how can I take another look?
B2 5.2.0 (OS=NT, jobs=12)
Beta Was this translation helpful? Give feedback.
All reactions