Skip to content

Commit

Permalink
Update distribution_windows.md
Browse files Browse the repository at this point in the history
Fix path issue with VS2022. Ref: IntelRealSense#11171
  • Loading branch information
hsuys authored Dec 14, 2022
1 parent 2e4f034 commit 51e41b9
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions doc/distribution_windows.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,12 @@ After plugging the camera into a USB3 port, you should be able to see the newly

![Step 4](./img/win_step4.PNG)

* Note: When building with Visual Studio 2022, open the intel.realsense.prop file under Intel RealSense SDK 2.0 folder with elevated permission and change librealsenseSDK macro: </br>

* `<librealsenseSDK>$(ProgramFiles)\Intel RealSense SDK 2.0</librealsenseSDK>` </br>
to </br>
* `<librealsenseSDK>$(MSBuildProgramFiles32)\Intel RealSense SDK 2.0</librealsenseSDK>` </br>

5. Open the `Intel® RealSense™ Samples`solution:

![Step 5](./img/win_shortcuts.PNG)
Expand Down

0 comments on commit 51e41b9

Please sign in to comment.