Error LNK1104 cannot open file ';.obj'
Error LNK1104 cannot open file ';.obj' project1 D:\project1\source\project1\project1\LINK 1 I'm using visual studio 2015 and openframeworks, I'm fairly new to the c++ language. I couldn't find a line of code which refers to this file. Has anyone had a similar error or does know any tips to find the cause of this error? The build-process has two main step: compile link In the compiling stage the obj files are built from the source file. In the linking step these obj files are "concatenated" resolving unresolved references and builds the final output (static/dynamic library or an executable).