2012/11/15
Visual Studio 2010 "IntelliSense: #error directive:..." 에러
Visual Studio 2010 버전을 이용하여 프로젝트를 만들고 빌드하다보면 아래 같은 에러 메시지를 만나는 경우가 있다.
IntelliSense: #error directive: Please use the /MD switch for _AFXDLL builds
프로젝트 속성에 /MD로 되어 있는데도 불구하고 에러 메시지가 나오는데 이는 VS2010의 버그로 알려졌다.
http://connect.microsoft.com/VisualStudio/feedback/details/549119/intellisense-error-on-build-solution
해결책은 해당 속성을 다시 한 번 선택하여 굵은 글씨로 되도록 하고 빌드하면 이 메시지가 사라진다.
Original Post : http://neodreamer-dev.tistory.com/688
IntelliSense: #error directive: Please use the /MD switch for _AFXDLL builds
프로젝트 속성에 /MD로 되어 있는데도 불구하고 에러 메시지가 나오는데 이는 VS2010의 버그로 알려졌다.
http://connect.microsoft.com/VisualStudio/feedback/details/549119/intellisense-error-on-build-solution
해결책은 해당 속성을 다시 한 번 선택하여 굵은 글씨로 되도록 하고 빌드하면 이 메시지가 사라진다.
<
Original Post : http://neodreamer-dev.tistory.com/688
Labels:
#error directive
,
Bug
,
intellisense
,
TistoryOldPost
,
Visual Studio 2010
Subscribe to:
Post Comments
(
Atom
)
No comments :
Post a Comment