Hi,
I am attempting to convert our projects from VS 2010 to VS 2015, I have opened the projects in VS 2015 which informed me it has made changes to the project. When attempting to build it completes the build steps however is unable to link, I get many LNK2001
errors for C++ functions such as memcpy and math functions. However when creating a new project it will build and link fine. I have already tried to if the linker is getting the correct files and not the 2010 equivalents by enabling linker output
which seems to suggest that it is getting the correct version of the files.
If anyone could shed any light on this it would be great.
Thanks, Tom