Hey there- I'm not sure if my problem is a result of my own incompetence or not...
I'm building on Windows using MSVC. When I build in-editor I get random linking errors that sometimes prevents a build from completing successfully. An example is:
| LINK : fatal error LNK1104: cannot open file 'win32_main.obj'
|
I'm just using a HMH-style batch file, located in the source code's parent directory, to build, which can be found
here. The same linking errors don't appear to happen when I build from the terminal. It should be said that the builds in-editor sometimes work, and restarting 4coder usually fixes it.
Apologies in advance if this is an oversight on my part; I think it might be because I don't know how to properly write batch files... Thanks for the help!