#COMPIL PROBLEM

3 messages · Page 1 of 1 (latest)

vast acorn
#

When I compile my project in Release mode, I get the following error:
LNK1181: cannot open input file 'Project5\x64\Debug\main.obj'.

The error is strange because I’m compiling in Release mode, so the .obj files are correctly generated in the x64\Release folder. However, the linker is incorrectly looking for the file in the x64\Debug folder.

Additionally, when I compile, the folder Project5\x64\Release is created as expected, but the linker is not using this path.

dire matrixBOT
#

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.

#

@vast acorn

Screenshots!

Your message appears to contain screenshots but no code. Please send code and error messages in text instead of screenshots if applicable!