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

Reid Kleckner rnk at google.com
Tue Jun 30 09:47:54 PDT 2015


This looks like https://llvm.org/bugs/show_bug.cgi?id=23709

On Thu, Jun 18, 2015 at 10:45 AM, Arkady Shapkin <arkady.shapkin at gmail.com>
wrote:

> 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
>
> _______________________________________________
> cfe-dev mailing list
> cfe-dev at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/cfe-dev
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-dev/attachments/20150630/be2faef9/attachment.html>


More information about the cfe-dev mailing list