Intellisense in vs2010 with c++

后端 未结 12 1900
遇见更好的自我
遇见更好的自我 2021-01-13 13:38

I can\'t get intellisense to work. Even if I start with an empty project and add just one file to it with only an include for iostream and an int main()

12条回答
  •  甜味超标
    2021-01-13 14:05

    There are a couple of threads about similar problems: click on Help at VS2010 and look for Intellisense.

    http://social.msdn.microsoft.com/Search/en-US?query=intellisense%20settings&refinement=123&beta=0&ac=1

    http://social.msdn.microsoft.com/Forums/en/vswpfdesigner/thread/75c4cc8d-9a81-4bda-84f0-f619f7493b3b

    stdafx.h should be added automatically when you create a New Project.

    From the file:
    // stdafx.h : include file for standard system include files,
    // or project specific include files that are used frequently, but
    // are changed infrequently
    

提交回复
热议问题