il2cpp compilation error

tried to compile Hello World example C# => C++ => EXE, but it’s failing to find “Libil2cppLackey.dll”

anyone has encountered this before?

The correct answer is that you can only create DLLs with more recent versions of il2cpp, it used to be possible to generate EXE files directly but this was dropped/is broken as of Unity 2019.

sure, i was trying to follow IL2CPP Reverse Engineering Part 1: Hello World and the IL2CPP Toolchain | Katy's Code

il2cpp.exe didn't catch exception: System.IO.DirectoryNotFoundException: Could not find a part of the path 'toolchain\il2cpp\Libil2cppLackey'.