REhints / HexRaysCodeXplorer

Hex-Rays Decompiler plugin for better code navigation
2.41k stars 388 forks source link

two files not found when building from source #41

Closed TakahiroHaruyama closed 7 years ago

TakahiroHaruyama commented 7 years ago

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

matrosov commented 7 years ago

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

TakahiroHaruyama commented 7 years ago

OK thanks!!