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
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.
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