I'm trying to build xenia on my PC (win10 x64) during build I get such errors:
LINK : warning LNK4001: no object files specified; libraries used [...\xenia\build\xenia-ui-window-vulkan-demo.vcxproj]
LINK : error LNK1218: warning treated as error; no output file generated [...\xenia\build\xenia-ui-window-vulkan-demo.vcxproj]
LINK : warning LNK4001: no object files specified; libraries used [...\xenia\build\xenia-hid-demo.vcxproj]
LINK : error LNK1218: warning treated as error; no output file generated [...\xenia\build\xenia-hid-demo.vcxproj]
It's something we need to fix, but you can ignore these errors as they just prevent the xenua-ui-vulkan-demo and xenia-hid-demo from being output.
On an unrelated note, Linux CI build currently fails due to https://github.com/xenia-project/xenia/blob/f450ae6a766316dc98e599b4a1bfb4543cbd90de/src/xenia/kernel/xam/xam_user.cc#L120 (conditional expression is ambiguous; 'int' can be converted to 'xe::be<unsigned int>' and vice versa). Should be fine with if-else rather than ?:.
I can not compile new builds due to errors in the modules from xenia-gpu-vulkan, as a result the * .lib file is not going to be assembled and the final assembly of xenia.exe does not happen. Do I need to update something in Visual Studio?
@Parovozik What errors in xenia-gpu-vulkan?
Earlier, everything was build compiled without problems. On new builds I do everything just as earlier but because of these errors everything stops

@Parovozik Are you building with Visual Studio 2017?
@gibbed I kind of understood what my problem is. i be will reinstall the new version VS. Thank you!
Fixed as of fb9eb8489381af1340385be3dfd1eee9d0a0a58d.
Most helpful comment
Fixed as of fb9eb8489381af1340385be3dfd1eee9d0a0a58d.