[quote]Originally posted by feline
If you go to the last function in this drop down list, and look at the body, are you seeing any unmatched curly brackets? This type of code can sometimes confused VA:
void confusingFunction()
{
#if 0
{
{
#endif
}
Yes, I got exactly this case. Problem solved. Thanks for the help!