Relative Content

Tag Archive for c++visual-studiovisual-studio-2022

LNK1104 cannot open file ‘P7x64.dll.lib’

I’ve been given a project that uses external libraries, but it didn’t come with them. I fixed a few issues, but now I’ve encountered an error. The program uses the Baical P7 library, but I can’t figure out where to get P7x64.dll.lib. I searched on the Baical website and downloaded all downloadable but couldn’t find p7x64.dll or p7x64.dll.lib file. Please if anyone knows where it’s coming from.

Why there are errors in #include c++?

Just encountered a very strange error in VS 2022. I closed my VS yesterday as usual, but when I opened my project today, I noticed some strange errors. No idea what it is and I didn’t find anything about it. VS itself says “search online” on ‘#include’ and on ‘court’ it says “identifier is undefined”. The fun thing is, that everything works as usual and my project launches without error window, ‘cout’ shows everything I need in command line O_o
Any ideas what could be wrong?