Hi. I’m beginner to unreal engine.
It looks like when I build project with visual studio, UBT is ran, but it looks like editor’s compile menu run UBT, too.
When I do clean project with visual studio and use editor’s compile, error happens.
CompilerResultsLog:Error: Error LINK : fatal error LNK1181: 'C:\Users\juhong.jung\Documents\Unreal Projects\MyFirstTopDown\Plugins\{$MY_PLUGIN_NAME}\Intermediate\Build\Win64\UE4Editor\Development\UE4Editor-{$MY_PLUGIN_NAME}.lib' ?Է? ?????? ?? ?? ?????ϴ?.
So I ran build with visual studio and recompiled with editor, there wasn’t error message.
They samely run UBT but why error happened?
Why editor’s compile don’t generate *.lib file?