<div dir="ltr"><span style="color:rgb(0,0,0);font-family:Arial,'Liberation Sans','DejaVu Sans',sans-serif;font-size:14px;line-height:18px">I want to parse C++ code in visual studio and do some data obfuscation and control obfuscation on the</span><span style="color:rgb(0,0,0);font-family:Arial,'Liberation Sans','DejaVu Sans',sans-serif;font-size:14px;line-height:18px"> code. I followed all the instructions in '</span><a href="http://clang.llvm.org/get_started.html" rel="nofollow" style="margin:0px;padding:0px;border:0px;font-size:14px;vertical-align:baseline;color:rgb(74,107,130);text-decoration:none;font-family:Arial,'Liberation Sans','DejaVu Sans',sans-serif;line-height:18px">http://clang.llvm.org/get_started.html</a><span style="color:rgb(0,0,0);font-family:Arial,'Liberation Sans','DejaVu Sans',sans-serif;font-size:14px;line-height:18px">'. and I built 'All_BUILD' project Successfully. I downloaded '</span><a href="https://github.com/loarabia/Clang-tutorial/commit/713f29c35620a730410588fd5bf4971c995e5a7d" rel="nofollow" style="margin:0px;padding:0px;border:0px;font-size:14px;vertical-align:baseline;color:rgb(74,107,130);text-decoration:none;font-family:Arial,'Liberation Sans','DejaVu Sans',sans-serif;line-height:18px">https://github.com/loarabia/Clang-tutorial/commit/713f29c35620a730410588fd5bf4971c995e5a7d</a><span style="color:rgb(0,0,0);font-family:Arial,'Liberation Sans','DejaVu Sans',sans-serif;font-size:14px;line-height:18px">' project to learn how to use clang and work with AST. but when I was building 'tutorial1' project, I faced with 'error LNK1104: cannot open file 'clangIndex.lib' C:\Clang-tutorial-master\Clang-tutorial-master\Win\tutorial1\LINK.. I searched for clangIndex.lib in builded clang project but I found nothing.. any suggestion? How can I build the project? I'm using used revision '180169' and 'visual studio 2010'.</span></div>