Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 9160453
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 17, 20262026-06-17T13:44:36+00:00 2026-06-17T13:44:36+00:00

I have problem with Intellisense on Visual Studio 2010 . Intellisense doesn’t suggest arguments

  • 0

I have problem with Intellisense on Visual Studio 2010.

Intellisense doesn’t suggest arguments for class constructors. Although it works fine with class methods.

class Window
{
    private:

        WindowImpl *Impl;

    public:

        static unsigned int WindowCount;

        Window();

        Window(unsigned int width, unsigned int height, const std::string &title, int x, int y, unsigned int style);

        void Create(unsigned int width, unsigned int height, const std::string &title, int x, int y, unsigned int style);

        ~Window();

        void Destroy();
};

Error: no instance of constructor matches the argument list

Window mainWindow(100, 200 ...

Works fine

mainWindow.Create(100, 200 ...

No compilation error, but Intellisense doesn’t show (does not suggest) arguments for constructor and shows this error.


I figured out that problem exists with all classes. I hope screenshot will help understand what I mean. I have tried Visual Assist X and it doesn’t help. Thanks in advance.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-17T13:44:37+00:00Added an answer on June 17, 2026 at 1:44 pm

    I have tested your example in my VS 2010 and Intellisense is working fine for both lines. Note that if the function is overloaded, IntelliSense shows the first variant, and you can press up/down arrows to see other.
    enter image description here

    IntelliSense is known to get stuck sometimes, not indexing some classes or showing wrong results. In such a case you can close your project and delete intellisense database. When you reopen the project, it gets created from scratch, hopefully with more success.

    Also if you are writing much C++ in VS, consider using Visual Assist X, which substitutes much of IntelliSense functionality, but performs much better. (I am not affiliated with Tomato Software, just in love with the tool.)

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a pretty annoying problem with the IntelliSense in Visual Studio 2010: Every
There's a little problem with Visual Studio 2010 and Javascript Intellisense. I've implemented a
I have a problem with my Visual Studio 2010 Professional - I'm working on
I am having a strange problem with IntelliSense in Visual Studio 2010 C# Express
I am having a very odd problem with Visual Studio 2010. After using it
I recently switched to Visual Studio 2010 and for Intellisense not to take half
Every time I try to write something, IntelliSense freezes Visual Studio and I have
I have a problem with Visual Studio 2008. When I installed vs2010 rc1 some
I have a problem with a newly installed Visual Studio 2008 (new pc) and
I have Visual Studio 2010 solution of 2 projects: c# and c++ c++ project

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.