I don’t know if I have done anything wrong, but when I try to write code there are no intellisense popups indicating options or errors.
I am creating a CLR/CLI type of project with Microsoft’s Visual C++ 2010.
I don’t know if I have done anything wrong, but when I try to
Share
You’re not doing anything wrong, Intellisense is not supported in Managed C++ (C++/CLI).
There is a long blog post explaining the details at the Visual C++ blog.
Edit: Correcting name of the blog as per comment. 🙂