REhints / HexRaysCodeXplorer

Hex-Rays Decompiler plugin for better code navigation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

two files not found when building from source

TakahiroHaruyama opened this issue · comments

Hi, I had the following build errors. I found the same question before but can I simply delete the lines from .vcxproj file?

1> CallGraphBuilder.cpp
1>c1xx : fatal error C1083: Cannot open source file: 'CallGraphBuilder.cpp': No such file or directory
...
1> JsonParser.cpp
1>c1xx : fatal error C1083: Cannot open source file: 'JsonParser.cpp': No such file or directory

Sorry about that. It's some features from upcoming version. Just delete the files from project config and it will be solve the problem.

OK thanks!!