juanmjacobs / il2cpp-modder

Generate DLL injection templates for modding il2cpp games
168 stars 16 forks source link

Error trying compile DLL #20

Closed Geromo94 closed 2 years ago

Geromo94 commented 2 years ago

Hello, can you help me? I trying compile Visual Studio 2019 and get error :C

Error: E0081, C4430

Screenshot: https://prnt.sc/22skr6w

juanmjacobs commented 2 years ago

hi! the link for the screenshot is down

Geromo94 commented 2 years ago

Sorry, link: https://imgur.com/a/qQD4hbt

I trying compile project "gameModder" for x64 Game. It still work?

juanmjacobs commented 2 years ago

Hi! sadly il2cpp-modder does not work for 64 bits games. I don't really know why, but some smart people here have noticed that already. As per your compile errors, I do not understand the language from the error messages =( Check if you have imported the files correctly and look for a broken include. Also be sure to follow the compiling steps