Kade-github / Kade-Engine

Kade Engine is a Competitive Rhythm Game engine rewrite for FNF with Quality of Life features included.
https://kadedev.github.io/Kade-Engine/
Apache License 2.0
407 stars 602 forks source link

Error: DiscordRpc.cpp #2831

Open TheAngelHosko opened 2 years ago

TheAngelHosko commented 2 years ago

i always get this error:

Error: DiscordRpc.cpp

C:/HaxeToolkit/haxe/lib/discord_rpc/git/linc/linc_discord_rpc.h(7): fatal error C1083: Cannot open include file: '../lib/discord-rpc/include/discord-rpc.h': No such file or directory

And yes, I installed it correctly and I have rebuilt it like 5 times, it never works, is there any way to fix it?

ghost commented 2 years ago

Its most likely that you forgot to connect the discord_rpc Try writing this in cmd

haxelib git discord_rpc
https://github.com/Aidan63/linc_discord-rpc

If it doesn't work, then I don't know. Also what version?

TheAngelHosko commented 2 years ago

i fixed all my problems with haxe, but thanks a lot anyways