source files paths cached somewhere?

Sysprogs forums Forums VisualGDB source files paths cached somewhere?

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #10891
    thedixon
    Participant

    I went into the project file, and manually changed some paths. e.g.

    c:\users\dnikitin\dev\project\name.cpp

    to

    c:\users\dnikitin\dev\project\src\name.cpp

    Now when I load the project and look into the intellisense diagnostic console, I see complaints that

    Can’t open file c:\users\dnikitin\dev\project\name.cpp

    Funnily enough, intellisense seems to work after that. Where does it pull those old file paths from, I can’t find them mentioned anywhere in the project directory?

    #10896
    support
    Keymaster

    Hi,

    The Clang IntelliSense caches the old file paths in the global file table in order to speed up the up-to-date check operations. The message can be safely ignored, but you can also simply remove the CodeDB directory to discard the IntelliSense cache.

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.