[cfe-dev] Clang in Visual Studio: cannot find include file

Arkady Shapkin arkady.shapkin at gmail.com
Thu Jun 18 10:45:56 PDT 2015


Hi,

I'm trying clang-cl for my solution, but it cannot all my include files:
1>src\perm.cpp(12,10): fatal error : 'lib/tools2/perm.h' file not found
1>  #include <tools2/perm.h>
1>           ^
1>  1 error generated.

Full header path: C:\Work\lib\trunk\lib\tools2\perm.h
VS pass folder with this header to compiler:
/I"C:\Work\lib\trunk\lib\workspaces\..\..\"

>clang-cl -v
clang version 3.6.1 (tags/RELEASE_361/final)
Target: i686-pc-windows-msvc
Thread model: posix

How fix this issue?

-- 
WBR,
Arkady Shapkin aka Dragon
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-dev/attachments/20150618/f657a3a0/attachment.html>


More information about the cfe-dev mailing list