CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 6 of 6

Threaded View

  1. #3
    Join Date
    Nov 2008
    Location
    England
    Posts
    748

    Re: Intellisense Integration

    To regenerate intellisense....

    close the ide.
    navigate to the project folder
    delete the .ncb file
    restart the ide
    rebuild your project

    AFAIK theres no automatic way provided to do this, it must be done manually
    Last edited by Russco; December 11th, 2008 at 12:05 PM. Reason: forgot rebuild
    Get Microsoft Visual C++ Express here or CodeBlocks here.
    Get STLFilt here to radically improve error messages when using the STL.
    Get these two can't live without C++ libraries, BOOST here and Loki here.
    Check your code with the Comeau Compiler and FlexeLint for standards compliance and some subtle errors.
    Always use [code] code tags [/code] to make code legible and preserve indentation.
    Do not ask for help writing destructive software such as viruses, gamehacks, keyloggers and the suchlike.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured