#Dear Imgui. VS crashing after trying to build

3 messages · Page 1 of 1 (latest)

gentle island
#

So im really new to C++ and this is one of my first menu's well ealier today this worked, but when i changed some of the code cuz i didn't want a login page it just crashes when im building the Menu

vast yarrowBOT
#

When your question is answered use !solved to mark the question as resolved.

Remember to ask specific questions, provide necessary details, and reduce your question to its simplest form. For tips on how to ask a good question use !howto ask.

quartz leaf
#

is it crashing or just failing to build? do you happen to have cheat-menu.exe running while you're trying to build it? you need to exit the program so the executable can be overwritten when the build creates a new exe file. if you don't have one running intentionally, i'd check task manager (in the details tab) and see if you see one in there in a crashed state that might be locking the file that needs to be overwritten when the build runs. if you see any in there just kill them and see if that happens to clear it up.

it might not end up being that since the error message might be slightly different when it can't overwrite the exe compared to the one you're seeing, but it's worth a try.