Error LNK1104 unable to open file 'Node Graph.lib [ SOLVED ]

HI, on my project developer in Mac today I had created an exporter with Projucer for windows (visual studio 2022), but When I launch visual studio through Projucer I have no code to work (only on left the targets) and if I compile It shows me this Error:

Severity Code Description Project File Row Deletion Status Details
Error LNK1104 unable to open file ‘Node Graph.lib’ Node Graph_StandalonePlugin \Mac\Home\Documents\Juce\Juce Projects\NodeGraph_Plugin\Builds\VisualStudio2022\LINK 1

do you have any suggetions?

Looks like the library isn’t linked properly?
You might want to check if your linker flags are set and the library files are included.

Check the Projucer settings.

1 Like

But Node Graph is my project… Not a lib…

Does anyone have some Idea? what does it means?

It’s not something I have come across before. So it’s difficult to speculate without seeing the project file.

1 Like

When you say you have no code to work, what exactly do you mean? Could you post a screenshot, perhaps?

Best,
Abhishek

1 Like

I’m helping him out now. The original issue is that the Project name had a space in it. Now I am trying to help him figure out why he is getting some multile definition errors during link.

1 Like

Ok, mistake was that I was importing in a module .cpp another module .cpp, on Xcode it does’t give me errors but visual studio did! really thanks to @cpr2323 that helps me to solve this problem, I don’t know what I have done without him! Thanks also to @QuilioLtd that replay to my answer :pray: