Compiling...
cl : Command line error D8003 : missing source filename

위와같은 메시지를 만났습니다.
소스 파일 이름이 그리워..???
3초 생각해보다가.. 구글링 시도!

http://www.windows-tech.info/17/1860b7c3c6ce2b18.php

중간에 이런 글이 나온다

Re: Visual C++ General cl : Command line error D8003 : missing source filename

Viorel. 

From the displayed command line, it probably has an unneeded quotation mark. I would first advise to go to project properties -> C/C++ -> Preprocessor -> Preprocessor Definitions and ensure that Preprocessor Definitions field does not contains unneeded quotation marks and other accidental characters, in both Debug and Release configurations.

Can you check or show us the Preprocessor Definitions field

See also: http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=2356968&SiteID=1.

See also 로 링크가 보이길래 얼른 눌러봤지만, 링크는 Bad Request 를 보여주기만 할 뿐.. -_-;


그런데 글 내용을 자세히 보니, 


==> 아마도 불필요한 인용부호 ["] 가 있을거다. 속성 -> C/C++ -> Preprocessor -> Preprocessor Definitions 에 가서 Debug와 Release 설정 모두에, 불필요한 인용부호나 오타같은게 있는지 확인해보라


라고 되어있습니다.

열어봤더니.. Additional Include Directories 에 따옴표가 있는......

지우고 다시 해봤습니다.

잘 되네요 ^^

+ Recent posts