steamvr_unreal_plugin icon indicating copy to clipboard operation
steamvr_unreal_plugin copied to clipboard

Some build error in VS2022

Open DCRSgk opened this issue 2 years ago • 0 comments

Here is my VS2022 version: Microsoft Visual Studio Professional 2022 (64-bit) - Current version 17.7.3

The previous code for this line likely had a bug and missed the following part. By directly using a comma expression, it ignored the content of the preceding ToString(), leading to an error. I added this part and fixed the issue.

I installed the latest version of VS2022 a while ago, so I encountered the error. People using slightly older versions probably won't run into this issue.

fix pic

DCRSgk avatar Oct 11 '23 06:10 DCRSgk