New to UCE, error when building in VS2022

New user of JUCE, trying to get the basic audio plugin working in visual studio 2022. Currently when i try to build just the base template Projucer supplies I get a bunch of LNK2019 errors and have searched for hours for a solution online. Any help would be appreciated.

It’s basically saying it can’t link to a bunch of functions from the juce library. In visual studio, can you build the shared code first, before attempting to build the vst3? Also try things like right clicking the vst3 and click rebuild. Maybe check in projucer that all the global paths to juce and its modules are correct. It’s hard to say why it’s happening for you, but for whatever reason it cannot link to a lot of juce code.

I’m using a fresh install of JUCE and VS2022. I tried building in both orders, rebuilding, and checked my global paths, but keep getting the same errors. Just to test it out I installed Code::Blocks and everything built fine, just very slowly.

Solved the problem. I had to manually add my SharedCode project as a reference in the VST3 project.