LNK2019 and LNK2001 linker errors when packaging

Hey @PREDALIEN

thanks for getting in touch.

I copied my output log into Copilot to see what it says, and it pointed out that these issues stem from the TextureGraph Plugin.

I checked the plugin section in UE5 and it is an experimental plugin and it advises not to use it in shipped projects. Is this related to the TextureExporter Line that you have queried?

I disabled this plugin hoping it would help but now I have build Issues on Visual Studio (might be unrelated because I was messing around with VS Installer); I’m not exactly sure what the best VS config is for UE5.

The build error description is the following: The type or namespace name ‘UnrealBuildTool’ could not be found (are you missing a using directive or an assembly reference? I’ve had many succesful builds and this is the first time this has showed.

Regarding the TextureExporter - I can’t find it anywhere as well

What would you recommend?