많은 프로젝트를 통합하다보면 개발자에게 필수이고 중독된인텔리센스기능이 갑자기 나오지 않아서 애를 먹을 때가 있다. 물론 솔루션의 .sdf 파일이나 리빌드, 클린 등 모든 과정을 수행해도, 프로젝트를 껐다 켰다해도 여전히 묵묵부답... MSDN을 찾아봤다..http://msdn.microsoft.com/en-us/library/vstudio/ms235519(v=vs.100).aspx의외로 문제의 핵심은 기본에......To investigate IntelliSense failure in C++ projects1.Make sure that the Visual C++ project contains no compilation errors.a.If the project is a Makefile project, see How to: Enable IntelliSense for Makefile Projects.--> 해당없으므로 스킵..2.Make sure t.......
↧