#[RESOLVED] Errors before starting anything.

1 messages ยท Page 1 of 1 (latest)

cinder dove
#

Hey Stephen, im new to your Unreal 5 C++ Multiplayer Shooter Course and when i started VSC and implemented your c++ version of LAN Connection i get this errors. im a little lost, because even when i comment everything out i entered in before, i keep having these errors and i dont rly know why. :< i dont know what to do ๐Ÿ˜ฆ

cinder dove
#

when i compile the sln file thats automaticly created before the blueprint logging from UE is finished, everything is fine and works, it tells me to implement the visual studio tools in the project. after i did that it started the blueprint logging and finishes it with success. if i click on compile afterwards, it puts out those errors without me doing anything else or coding anything.

fallow apex
#

@cinder dove Ok please don't post the same question in multiple places. Now to your question, you have one error which is a MSB3073 in order to fix that we need to see the output log in Visual Studio

cinder dove
#

im sorry, i saw the forum tab after and i thought this tab is only for discussion, thats why i posted it there too. i apologise

fallow apex
cinder dove
#

i guess thats what you meant.

fallow apex
#

LOL there it is ๐Ÿ˜‚ . Read the log

cinder dove
#

is it the livecoding thing?

fallow apex
#

Yes, you cannot compile in Visual Studio, Rider or any IDE while Unreal is open

#

Simply close Unreal and in Visual Studio hit crtl + b

cinder dove
#

damn

#

is there no way to compile while the project is open? xD

fallow apex
#

You can hit crtl + F5 which will build then launch Unreal as well

fallow apex
#

But yes you can

cinder dove
#

oh alright, when thats a bad idea xD i will stop doing that

#

thank you for your help, it worked after i closed it

fallow apex
#

Well it breaks BP's can cause all sorts of crashes etc...

#

Makes debugging 100x more difficult

fallow apex
cinder dove
#

i see, thank you very much ๐Ÿ™‚

fallow apex
cinder dove
#

thank you, appreciate that ๐Ÿ™‚

fallow apex
#

No problem! Good luck on the course don't be afraid to ask questions if you get stuck. I'll mark this as resolved