Currentely playing around with VC++ Windows Forms.
But appearentely IntelliSense is unavailable (says: IntelliSense: 'unavailable for C++/CLI'), is there any way to make it available?
IntelliSense seems to be really helpfull :D
Thanks on advance
(no .ncb file available to delete, in case you might advice this)
Last I knew, Intellisense wasn't available in VC++ 2010 for managed projects. If you want to use Intellisense for managed stuff you can still download VC++2008, although if you only using native C++, you can switch your project configuration type that will enable intellisense.