Function definition not found after calling other funtion

monday

Expert
Joined
Jun 23, 2014
Messages
1,127
Solutions
1
Reaction score
158
Function definition is recognised, then some other function is called and suddenly the previous function spits acid to my face

ApH2x4f.png


Can it be a linking issue or there may be any other causes for that?


I'm not sure if it is compiler bug but it actually compiles without a problem even when it's underlined like this
 
Joined
Feb 18, 2005
Messages
2,965
Reaction score
271
Nope, since linking/compiling is not done on the fly. Looks like an IntelliSense glitch/bug. Code compiles fine and no error is thrown regarding those.

hhAPYe0.png


It happens to me in a fork of a project that i use to test things, so it's messy/unarranged. 
Not in the original project, i would guess it's something to do with include files/dirs or project settings.
 

0x_

Wtf I'm not new....
Administrator
Joined
Feb 18, 2013
Messages
1,118
Reaction score
166
Try adding them to your actual solution, this happens usually if you have included some files only via "Additional Include Directories". If that not works it may be a glitch and/or mismatch between compiler / IntelliSense versions.
 
Top