armory3d / armorlab

Moved to https://github.com/armory3d/armortools/tree/main/armorlab
https://armorlab.org
Other
166 stars 18 forks source link

Error LNK1181 and 2001 when compiling #24

Closed jbenzaquen42 closed 1 year ago

jbenzaquen42 commented 1 year ago

When attempting to compile I get these errors: image

Attempted to fix by adding/models to the path. After I get this error:

Severity    Code    Description Project File    Line    Suppression State
Error   LNK1181 cannot open input file 'C:\Users\jacob\Documents\armorlab\Assets\models.obj'    ArmorLab    C:\Users\jacob\Documents\armorlab\build\LINK    1   

Seeming to be missing models.obj which I can not find reference to anywhere

luboslenco commented 1 year ago

Updating to the latest Visual Studio version should resolve this. https://github.com/actions/runner-images/issues/6091