ExtraJuiceMan / ChristWareAmongUs

A cheat for the recently popular fad game Among Us
MIT License
110 stars 33 forks source link

cannot include some libraries #7

Closed v0idp closed 4 years ago

v0idp commented 4 years ago

is it normal that it can't find imgui, detour and most of the properties of CWState ? Also std::optional doesn't exist anymore.

Would love to see a proper guide to setup the project on VS2019 discord: void*#0001

Joben28 commented 4 years ago

Now sure if this is the same issues you were having. But for me in VS2019 I was getting a bunch of errors for include files and such. However, when setting the build options to x86 Release, everything compiled fine and errors went away. Not sure if it would help your issue, nor do I know if that's exactly what fixed my issue. Might be worth a shot.

ExtraJuiceMan commented 4 years ago

x86 and Release, works out of the box for most people

sanderDijkxhoorn commented 4 years ago

LMAO Actually please read everything first before making these issues https://github.com/ExtraConcentratedJuice/ChristWareAmongUs#usage

v0idp commented 4 years ago

oh I forgot about the x86 and Release. Yea that worked for me thanks.