Thread: Code completion in Visual Studio C++?

  1. #1
    Registered User
    Join Date
    May 2003
    Posts
    44

    Code completion in Visual Studio C++?

    Hi,

    For some reason in a project I am working in code completion isn't working fully. I only get the methods, variables etc.. that I have created and not the complete list of all the ones available from the language. However, code completion works fine if I create a new project and use that...Anybody any ideas please?

    Thanks!

  2. #2
    Registered User
    Join Date
    May 2003
    Posts
    148
    Usually it's related to corruption in the .ncb file. Close your project, delete the .ncb file, and reopen the project.

  3. #3
    Registered User
    Join Date
    May 2003
    Posts
    44
    ..and so it is! Cheers mate!

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Avoiding Global variables
    By csonx_p in forum Windows Programming
    Replies: 32
    Last Post: 05-19-2008, 12:17 AM
  2. We Got _DEBUG Errors
    By Tonto in forum Windows Programming
    Replies: 5
    Last Post: 12-22-2006, 05:45 PM
  3. load gif into program
    By willc0de4food in forum Windows Programming
    Replies: 14
    Last Post: 01-11-2006, 10:43 AM
  4. Please Help - Problem with Compilers
    By toonlover in forum C++ Programming
    Replies: 5
    Last Post: 07-23-2005, 10:03 AM
  5. header file bringing errors?
    By bluehead in forum Windows Programming
    Replies: 4
    Last Post: 08-19-2003, 12:51 PM