About Store Forum Documentation Contact



Post Reply 
[SOLVED] Compilation failed after Feburary update
Author Message
tipforeveryone Offline
Bronze Supporter

Post: #1
[SOLVED] Compilation failed after Feburary update
(This post was last modified: 02-21-2022 07:19 PM by tipforeveryone.)
02-21-2022 12:51 PM
Find all posts by this user Quote this message in a reply
Esenthel Online
Administrator

Post: #2
RE: [Build Error] Compilation failed after Feburary update
Thanks for reporting, I've just made an update.
Can you update and try again?

For this warning:
C:\Program Files\Microsoft Visual Studio\2022\Community\MSBuild\Microsoft\VC\v170\Microsoft.CppBuild.targets(510,5​): warning MSB8028: The intermediate directory (x64\Release DX11\) contains files shared from another project (EsenthelEngine.vcxproj). This can lead to incorrect clean and rebuild behavior. [E:\EsenthelEngine-development-branch\Engine\Engine.vcxproj]

You can just do "clean" in VS
02-21-2022 01:08 PM
Find all posts by this user Quote this message in a reply
Esenthel Online
Administrator

Post: #3
RE: [Build Error] Compilation failed after Feburary update
Also please don't use dev branch, it can be unstable and break your project.
Master is always recommended.
02-21-2022 01:16 PM
Find all posts by this user Quote this message in a reply
tipforeveryone Offline
Bronze Supporter

Post: #4
RE: [Build Error] Compilation failed after Feburary update
In fact, I build both of 2 branches, just for testing smile

After succesfully building master branch, when I try to compile my current project, I get this error. How can I fix this wink ? I did do "clean" in VS.

LINK : fatal error LNK1104: cannot open file 'Engine64DX11.lib' [E:\Esenthel Projects\_Build_\cscdvmp\Project.vcxproj]
(This post was last modified: 02-21-2022 01:47 PM by tipforeveryone.)
02-21-2022 01:43 PM
Find all posts by this user Quote this message in a reply
Esenthel Online
Administrator

Post: #5
RE: [Build Error] Compilation failed after Feburary update
Hi,
When you run Engine Builder, it generates "Engine64DX11.lib" in "Esenthel\Editor\Bin".
Do you have it?

Also did you recompile both engine and the editor?
Please run all default steps in Engine Builder.
02-21-2022 02:07 PM
Find all posts by this user Quote this message in a reply
tipforeveryone Offline
Bronze Supporter

Post: #6
RE: [Build Error] Compilation failed after Feburary update
Thanks, I had a mistake, there is new Titan Editor.exe, and I still running Esenthel Editor.exe

Everything works now smile
02-21-2022 07:19 PM
Find all posts by this user Quote this message in a reply
Post Reply